diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 20:02:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 20:16:47 -0400 |
commit | d9ab841b0d72a52676131846447de26e59e7a16d (patch) | |
tree | dae3b90cb5f7ea7428cf3cf89527980769875188 /include/menu_helpers.h | |
parent | 872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (diff) | |
parent | 32f2bb3ddaf1107f8e6bb02c0acadc96ecc55772 (diff) |
Merge pull request #106 from PikalaxALT/berry_pouch
Berry pouch
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 7fe8c19b2..6ea771500 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -3,6 +3,7 @@ #include "global.h" #include "task.h" +#include "window.h" struct YesNoFuncTable { @@ -22,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); |