diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 21:26:15 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 21:26:15 -0500 |
commit | 1771d7761e4ff1406a8ffe3da4e636d633ad3135 (patch) | |
tree | 1a89dadb12331fad13023facdc9f87040602d8ef /include | |
parent | ce391ed0696c22e8fa1f33430b4025a08a3bc360 (diff) |
split out fldeff_escalator and label shop.c more
Diffstat (limited to 'include')
-rw-r--r-- | include/shop.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/shop.h b/include/shop.h index 8ab24c724..63dd6cc81 100644 --- a/include/shop.h +++ b/include/shop.h @@ -37,16 +37,16 @@ struct MartInfo /* 0xD */ u8 curItemCount; // if you are selling an item, this is the count of the current item stack you have. }; -void sub_80B2E38(u8); -void HandleShopMenuQuit(u8); +void Task_DoBuySellMenu(u8); +void Task_HandleShopMenuQuit(u8); void Shop_FadeAndRunBuySellCallback(u8); void BuyMenuDrawGraphics(void); void sub_80B3240(void); -void sub_80B3270(void); +void DrawFirstMartScrollIndicators(void); void Shop_DrawViewport(void); -void sub_80B3764(int, int); +void Shop_InitMenus(int, int); void Shop_PrintItemDesc(void); -void sub_80B40E8(u8); +void Shop_DoCursorAction(u8); void CreatePokemartMenu(u16 *); void CreateDecorationShop1Menu(u16 *); void CreateDecorationShop2Menu(u16 *); |