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 | |
parent | 3a235a4fc078bf6474215507bb8e78e0ed8df733 (diff) |
through sub_810A554
Diffstat (limited to 'include')
-rw-r--r-- | include/menu_helpers.h | 2 | ||||
-rw-r--r-- | include/strings.h | 3 |
2 files changed, 3 insertions, 2 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 diff --git a/include/strings.h b/include/strings.h index 8dba28b3c..0d70d9e19 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1047,6 +1047,7 @@ extern const u8 gOtherText_Deselect[]; extern const u8 gText_Items2[]; extern const u8 gText_PokeBalls2[]; extern const u8 gText_KeyItems2[]; -extern const u8 gUnknown_84162F5[]; +extern const u8 gText_CloseBag[]; +extern const u8 gText_CantWriteMailHere[]; #endif //GUARD_STRINGS_H |