summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-29 14:16:43 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-29 14:16:43 -0400
commit4052af2e024fa1cd5a821b3818b9aacd3c6605ce (patch)
tree38f6a55630f42d94a6b4bafeee0ada18b101ab6e /include/party_menu.h
parent4625c38ab21e1b8abd97411b62e4a3109b2cd66e (diff)
Merge softboiled struct into gPartyMenu
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index b991d8297..bfd2c6cae 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -81,6 +81,19 @@ struct Unk2001000
u16 array[53561];
};
+struct PartyMenu
+{
+ /*0x00*/ struct Pokemon *pokemon;
+ /*0x04*/ u8 unk4;
+ /*0x05*/ u8 primarySelectedMonIndex;
+ /*0x06*/ u16 secondarySelectedIndex;
+ /*0x08*/ u16 unk8;
+ /*0x0A*/ u8 pad_0A[2];
+ /*0x0C*/ s32 unkC;
+ /*0x10*/ TaskFunc unk10;
+ /*0x14*/ TaskFunc unk14;
+};
+
void CB2_PartyMenuMain(void);
void ChangeBattleTowerPartyMenuSelection(u8 taskId, s8 directionPressed);
void SetPartyMenuSettings(u8 menuType, u8 battleTypeFlags, TaskFunc menuHandlerFunc, u8 textId);