summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-30 20:58:29 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-09-30 20:58:29 -0400
commitbeedb8d73f40b045906f521b48f40367697b6ebb (patch)
treed3af7873163f4347dbf1a5eb720c48d0bab26746 /include/menu_helpers.h
parent8eea5b6d750a629c14a152c240f84b02b5e4f0c6 (diff)
Tidy global namespace and document
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index c18d4313e..6ea771500 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -23,7 +23,7 @@ void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 tileNum, u8 palet
void CreateYesNoMenuWithCallbacks(u8 taskId, const struct WindowTemplate *template, u8 fontId, u8 left, u8 top, u16 tileStart, u8 palette, const struct YesNoFuncTable *yesNo);
u8 GetLRKeysState(void);
u8 sub_80BF66C(void);
-bool8 sub_80BF6A8(u16 itemId);
+bool8 itemid_link_can_give_berry(u16 itemId);
bool8 itemid_80BF6D8_mail_related(u16 itemId);
void ClearVramOamPltt(void);