mirror of https://github.com/pret/pokeemerald.git
gMartInfo -> sMartInfo
parent
5bfa25cfef
commit
0a0d72522a
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue