diff options
| author | Evan <eroelke@gmail.com> | 2019-11-25 15:04:38 -0700 | 
|---|---|---|
| committer | Evan <eroelke@gmail.com> | 2019-11-25 15:04:38 -0700 | 
| commit | c73f061cc68468c3227be98fd49cba9514bbd567 (patch) | |
| tree | fb40fbe16c2c57a84a2047d3f6d41624853391bd /include | |
| parent | 30994831130ec41feea5229b787fe76db792d1b1 (diff) | |
update ewram
Diffstat (limited to 'include')
| -rw-r--r-- | include/shop.h | 13 | 
1 files changed, 2 insertions, 11 deletions
| diff --git a/include/shop.h b/include/shop.h index 27014580d..91ce421aa 100644 --- a/include/shop.h +++ b/include/shop.h @@ -11,22 +11,13 @@  #define NUM_CHARS_PRICE 4 -// shop view window NPC info enum -enum -{ -    EVENT_OBJ_ID, -    X_COORD, -    Y_COORD, -    ANIM_NUM -}; -  extern EWRAM_DATA struct ItemSlot gUnknown_02039F80[3];  void CreatePokemartMenu(const u16 *itemsForSale);  void CreateDecorationShop1Menu(const u16 *);  void CreateDecorationShop2Menu(const u16 *); -u8 sub_809B56C(void); -void sub_809C09C(u16 a0, u16 a1, u8 a2); +u8 GetMartUnk16_4(void); +void RecordItemPurchase(u16 a0, u16 a1, u8 a2);  // buy_menu_helper  void BuyMenuInitWindows(bool32 isSellingTM); | 
