diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 01:12:17 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 01:12:17 +0100 |
commit | 5dde701c819ca19f00bc77f7979fa287da0d7c0b (patch) | |
tree | 1fc2b07546aaafa6e06cfe4218ba4127cdba3c74 /include/menu_helpers.h | |
parent | 94b47c0686d3f4c5da962011797cc89a2efdd88c (diff) | |
parent | bb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff) |
merge overworld with master
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 048a4aa43..e744c293c 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -32,5 +32,10 @@ void DisplayMessageAndContinueTask(u8 taskId, u8 arg1, u16 arg2, u8 arg3, u8 arg void CreateYesNoMenuWithCallbacks(u8 taskId, const struct WindowTemplate *template, u8 arg2, u8 arg3, u8 arg4, u16 tileStart, u8 palette, const struct YesNoFuncTable *yesNo); u8 GetLRKeysState(void); u8 sub_812210C(void); +bool8 sub_81221EC(void); +bool8 sub_81221AC(void); +bool8 sub_8122148(u16); +bool8 AdjustQuantityAccordingToDPadInput(s16*, u16); +bool8 itemid_80BF6D8_mail_related(u16); #endif //GUARD_MENU_HELPERS_H |