From 0a0d72522afa7549475564c4ea88911899502df2 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 21 May 2021 17:17:14 -0300 Subject: [PATCH] gMartInfo -> sMartInfo --- Shop-Items-By-Badge-Count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shop-Items-By-Badge-Count.md b/Shop-Items-By-Badge-Count.md index 7b410be..afa7371 100644 --- a/Shop-Items-By-Badge-Count.md +++ b/Shop-Items-By-Badge-Count.md @@ -196,7 +196,7 @@ static void SetShopItemsForSale(const u16 *items) sMartInfo.itemList = items; sMartInfo.itemCount = 0; - while (gMartInfo.itemList[i]) + while (sMartInfo.itemList[i]) { sMartInfo.itemCount++; i++;