diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-18 04:00:15 +0100 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-18 04:00:15 +0100 |
commit | 6035511c139549a0291b6b3d43b9b080f792b2b6 (patch) | |
tree | 128cb1580f3c1ac1a6f897ea2e8e703265e88914 /include/battle_party_menu.h | |
parent | d4703599837531d1118b64822c85755f28747ee1 (diff) |
reorganize and add new headers for many files
Diffstat (limited to 'include/battle_party_menu.h')
-rw-r--r-- | include/battle_party_menu.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/battle_party_menu.h b/include/battle_party_menu.h index c808cdcd7..d0ae8da35 100644 --- a/include/battle_party_menu.h +++ b/include/battle_party_menu.h @@ -13,8 +13,23 @@ struct UnknownStruct1 s16 unk266; }; +struct PartyMenuItem +{ + const u8 *text; + TaskFunc func; +}; + +struct PartyPopupMenu +{ + u8 unk0; + u8 unk1; + const u8 *unk4; +}; + extern u8 unk_2000000[]; +void SetUpBattlePokemonMenu(u8); + #define EWRAM_1609D unk_2000000[0x1609D] #define EWRAM_1B000 (*(struct UnknownStruct1 *)(unk_2000000 + 0x1B000)) |