Document item_menu
This commit is contained in:
+13
-13
@@ -3,18 +3,18 @@
|
||||
|
||||
#include "menu_helpers.h"
|
||||
|
||||
void sub_810B858(void);
|
||||
void sub_810B8F0(u8 windowId, u8 fontId, const u8 * str, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, u8 speed, u8 colorIdx);
|
||||
void sub_810B958(const u8 * str, u8 unused);
|
||||
void sub_810B994(void);
|
||||
u8 sub_810B9DC(u8 a0, u8 a1);
|
||||
void sub_810BA3C(u8 a0);
|
||||
u8 sub_810BA70(u8 a0);
|
||||
void sub_810BA9C(u8 a0);
|
||||
u8 sub_810BAD8(u8 a0);
|
||||
void sub_810BAE8(u8 taskId, const struct YesNoFuncTable * ptrs);
|
||||
void sub_810BB14(u8 taskId, const struct YesNoFuncTable * ptrs);
|
||||
void sub_810BB40(void);
|
||||
void sub_810BB74(u8 windowId);
|
||||
void InitBagWindows(void);
|
||||
void BagPrintTextOnWindow(u8 windowId, u8 fontId, const u8 * str, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, u8 speed, u8 colorIdx);
|
||||
void BagPrintTextOnWin1CenteredColor0(const u8 * str, u8 unused);
|
||||
void BagDrawDepositItemTextBox(void);
|
||||
u8 ShowBagWindow(u8 whichWindow, u8 nItems);
|
||||
void HideBagWindow(u8 whichWindow);
|
||||
u8 OpenBagWindow(u8 whichWindow);
|
||||
void CloseBagWindow(u8 whichWindow);
|
||||
u8 GetBagWindow(u8 whichWindow);
|
||||
void BagCreateYesNoMenuBottomRight(u8 taskId, const struct YesNoFuncTable * ptrs);
|
||||
void BagCreateYesNoMenuTopRight(u8 taskId, const struct YesNoFuncTable * ptrs);
|
||||
void BagPrintMoneyAmount(void);
|
||||
void BagDrawTextBoxOnWindow(u8 windowId);
|
||||
|
||||
#endif //GUARD_BAG_H
|
||||
|
||||
Reference in New Issue
Block a user