summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-09 16:08:36 -0500
committerGitHub <noreply@github.com>2019-11-09 16:08:36 -0500
commit895a09a2639b9273030a7db44144c0643d1d738b (patch)
tree77549487fab95126cdb1c7108d3b70c4b0c5030d /include/party_menu.h
parent4eb386f7c4f9e4f9cd579421f8e064ee20c3f64c (diff)
parentaba284d3bed0551b1bc12dbd17e2c63b2d5ce1e1 (diff)
Merge pull request #147 from PikalaxALT/battle_tower
Battle tower
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h1
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);