diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-09 13:59:24 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-09 13:59:24 -0500 |
commit | 55bede6ca279483a0e4b9b51ebe152d4be135b93 (patch) | |
tree | c71d15d950a17f44276254643b155229f2b8ece5 /include/party_menu.h | |
parent | 9773fcf278cd9e830440c993a3e79899c2f89b67 (diff) |
Finish decomp of battle_tower
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index c07371a5d..6c81a248c 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -45,6 +45,7 @@ extern u8 gUnknown_203B0C0; extern u8 gUnknown_203B0C1; extern u8 gUnknown_203B0DC[3]; extern void (*gUnknown_3005E98)(u8 taskId, TaskFunc func); +extern u8 gSelectedOrderFromParty[3]; bool8 FieldCallback_PrepareFadeInFromMenu(void); bool8 MonKnowsMove(struct Pokemon *, u16); |