summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorPlatinumMaster <L33TGamer@outlook.com>2020-04-15 13:33:06 -0400
committerPlatinumMaster <L33TGamer@outlook.com>2020-04-15 13:33:06 -0400
commitda34eedd9b5c18859a6c68fa28d6250ca1242900 (patch)
tree7b4e41f4feb633053187152c4c6edf0eb906a3b9 /include/party_menu.h
parent67b0bec3ffda7d4268a009501aa18292ff5c96fe (diff)
parent6eefcb1f82dc28cdc626e86fda3a217d21315181 (diff)
Keep up to date with master.
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index 126931762..7f51d08c9 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -24,8 +24,8 @@ extern struct PartyMenu gPartyMenu;
extern bool8 gPartyMenuUseExitCallback;
extern u8 gSelectedMonPartyId;
extern MainCallback gPostMenuFieldCallback;
-extern u8 gSelectedOrderFromParty[4];
-extern u8 gBattlePartyCurrentOrder[3];
+extern u8 gSelectedOrderFromParty[MAX_FRONTIER_PARTY_SIZE];
+extern u8 gBattlePartyCurrentOrder[PARTY_SIZE / 2];
extern void (*gItemUseCB)(u8, TaskFunc);