From 6cf06d5f95c8404e0e97210f62c40b0059d24d41 Mon Sep 17 00:00:00 2001 From: Fontbane Date: Tue, 16 Apr 2019 20:06:38 -0400 Subject: Doc some event scripts Doc decoration shops Revert "Doc decoration shops" This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435. Document through comments Un-revert decor documentation --- include/shop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/shop.h b/include/shop.h index 1e4ffdb5c..9a5f8eb14 100644 --- a/include/shop.h +++ b/include/shop.h @@ -5,9 +5,9 @@ extern EWRAM_DATA struct ItemSlot gMartPurchaseHistory[3]; enum { - MART_TYPE_0, // normal mart - MART_TYPE_1, - MART_TYPE_2, + MART_TYPE_NORMAL, // normal mart + MART_TYPE_DECOR, + MART_TYPE_DECOR2, }; // shop view window NPC info enum @@ -49,4 +49,4 @@ void CreateDecorationShop1Menu(const u16 *); void CreateDecorationShop2Menu(const u16 *); void CB2_ExitSellMenu(void); -#endif // GUARD_SHOP_H +#endif // GUARD_SHOP_H \ No newline at end of file -- cgit v1.2.3