summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/decoration.h1
-rw-r--r--include/shop.h19
2 files changed, 4 insertions, 16 deletions
diff --git a/include/decoration.h b/include/decoration.h
index 5e73df071..74ca47a3a 100644
--- a/include/decoration.h
+++ b/include/decoration.h
@@ -151,7 +151,6 @@ extern const struct YesNoFuncTable gUnknown_083EC634[];
extern const u8 gUnknown_083EC65A[];
extern const u8 gUnknown_083EC97C[];
extern const u8 gUnknown_083EC984[];
-extern void Shop_RunExitSellMenuTask(u8); // src/shop
extern const struct YesNoFuncTable gUnknown_083EC95C;
extern const struct YesNoFuncTable gUnknown_083EC964;
extern const struct YesNoFuncTable gUnknown_083EC9CC;
diff --git a/include/shop.h b/include/shop.h
index 63dd6cc81..76b68d0e9 100644
--- a/include/shop.h
+++ b/include/shop.h
@@ -37,20 +37,9 @@ struct MartInfo
/* 0xD */ u8 curItemCount; // if you are selling an item, this is the count of the current item stack you have.
};
-void Task_DoBuySellMenu(u8);
-void Task_HandleShopMenuQuit(u8);
-void Shop_FadeAndRunBuySellCallback(u8);
-void BuyMenuDrawGraphics(void);
-void sub_80B3240(void);
-void DrawFirstMartScrollIndicators(void);
-void Shop_DrawViewport(void);
-void Shop_InitMenus(int, int);
-void Shop_PrintItemDesc(void);
-void Shop_DoCursorAction(u8);
-void CreatePokemartMenu(u16 *);
-void CreateDecorationShop1Menu(u16 *);
-void CreateDecorationShop2Menu(u16 *);
-void Shop_LoadViewportObjects(void);
-void Shop_AnimViewportObjects(void);
+void Shop_CreatePokemartMenu(u16 *);
+void Shop_CreateDecorationShop1Menu(u16 *);
+void Shop_CreateDecorationShop2Menu(u16 *);
+void Shop_RunExitSellMenuTask(u8 taskId);
#endif // GUARD_SHOP_H