summaryrefslogtreecommitdiff
path: root/include/shop.h
diff options
context:
space:
mode:
authorSBird <sbird@no.tld>2020-06-03 14:26:22 +0200
committerhuderlem <huderlem@gmail.com>2020-06-03 19:55:15 -0500
commit5d752bbe49f5d559932fdfbb2247fb72199e0c2a (patch)
tree6e706b25e6ee54c9d614369c5fdb9c9b205cacbe /include/shop.h
parentaaf5d91c18727f9a542f90ec0e7ca5a5f6247815 (diff)
shop: document some constants s.t. object events don't break
Diffstat (limited to 'include/shop.h')
-rw-r--r--include/shop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shop.h b/include/shop.h
index 164d6f3c2..c338103b4 100644
--- a/include/shop.h
+++ b/include/shop.h
@@ -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 *);