diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/shop.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |