through sub_810A554

This commit is contained in:
PikalaxALT
2020-01-18 19:54:25 -05:00
parent 3a235a4fc0
commit 0ed743a582
8 changed files with 473 additions and 1255 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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