diff options
author | Fontbane <fontbane@gmail.com> | 2019-04-16 20:06:38 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-22 17:23:59 -0500 |
commit | 6cf06d5f95c8404e0e97210f62c40b0059d24d41 (patch) | |
tree | bd4f02cff1a78a77b4b00046f545c35ddde121d6 /include | |
parent | 2c076f1f3e8700e081c39792bd5a756511f86c7d (diff) |
Doc some event scripts
Doc decoration shops
Revert "Doc decoration shops"
This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435.
Document through comments
Un-revert decor documentation
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 |