diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 19:54:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 19:54:25 -0500 |
commit | 0ed743a582a04f178d138d51159426179c969288 (patch) | |
tree | c2f0eeda15d02ed3f01f531eb7574686449bbec4 /include/menu_helpers.h | |
parent | 3a235a4fc078bf6474215507bb8e78e0ed8df733 (diff) |
through sub_810A554
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 1e75b336c..90aeb95f6 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -27,7 +27,7 @@ void CreateYesNoMenuWithCallbacks(u8 taskId, const struct WindowTemplate *templa u8 GetLRKeysState(void); u8 GetLRKeysPressedAndHeld(void); bool8 itemid_link_can_give_berry(u16 itemId); -bool8 itemid_80BF6D8_mail_related(u16 itemId); +bool8 CanWriteMailHere(u16 itemId); void ResetVramOamAndBgCntRegs(void); #endif //GUARD_MENU_HELPERS_H |