summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-12 13:29:21 -0600
committerGitHub <noreply@github.com>2018-02-12 13:29:21 -0600
commit398e775d906ff4f1e5aaad3d8a9eee530c7b122d (patch)
tree014ec5260e31dc145285ddc8990043c8b4941c2b /include/menu_helpers.h
parenta4787bc06a323071d32d3e0705e9cd39d9221452 (diff)
parent511831ff1f026553793599320ed97e07ab851dea (diff)
Merge pull request #201 from golemgalvanize/decompile_item_menu
Decompile item menu
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h5
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