shop: document some constants s.t. object events don't break

This commit is contained in:
SBird
2020-06-03 14:26:22 +02:00
committed by huderlem
parent aaf5d91c18
commit 5d752bbe49
2 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ struct ShopData
/*0x200B*/ u8 scrollIndicatorsTaskId;
/*0x200C*/ u8 iconSlot;
/*0x200D*/ u8 itemSpriteIds[2];
/*0x2010*/ s16 viewportObjects[16][5];
/*0x2010*/ s16 viewportObjects[OBJECT_EVENTS_COUNT][5];
};
void CreatePokemartMenu(const u16 *);