summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-25 16:43:43 -0500
committerhuderlem <huderlem@gmail.com>2019-11-25 18:37:48 -0600
commit0db46e84bc44b23d7fd08faaa89e4fdc7abcc364 (patch)
tree783037bf754aaba5fdbf0b3565681315e645595d /include/global.h
parentcc81b5032bfbc7e6bee63242b5c1db30d493bde6 (diff)
Use macros for FRONTIER_DATA_6, fix offset comment
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 9b1695a25..61186d084 100644
--- a/include/global.h
+++ b/include/global.h
@@ -336,7 +336,7 @@ struct BattleFrontier
/*0xCA9*/ u8 unused_CA9_d:1;
/*0xCA9*/ u8 unused_CA9_e:1;
/*0xCA9*/ u8 unused_CA9_f:1;
- /*0xCB0*/ u16 selectedPartyMons[MAX_FRONTIER_PARTY_SIZE];
+ /*0xCAA*/ u16 selectedPartyMons[MAX_FRONTIER_PARTY_SIZE];
/*0xCB2*/ u16 curChallengeBattleNum; // Battle number / room number (Pike) / floor number (Pyramid)
/*0xCB4*/ u16 trainerIds[20];
/*0xCDC*/ u32 winStreakActiveFlags;