gMartInfo -> sMartInfo

LOuroboros 2021-05-21 17:17:14 -03:00
parent 5bfa25cfef
commit 0a0d72522a
1 changed files with 1 additions and 1 deletions

@ -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++;