summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2021-05-21 17:17:14 -0300
committerLOuroboros <lunosouroboros@gmail.com>2021-05-21 17:17:14 -0300
commit0a0d72522afa7549475564c4ea88911899502df2 (patch)
treea2485236db80af6e37404a40f70d4fec8c40f72d
parent5bfa25cfef4afe9d9c6447a420101a10202a0afb (diff)
gMartInfo -> sMartInfo
-rw-r--r--Shop-Items-By-Badge-Count.md2
1 files changed, 1 insertions, 1 deletions
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++;