diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-26 08:51:06 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-07-26 09:52:22 -0500 |
commit | 7f9c6df3744d40ab1a10ea7a1558ef56dc9d1ae1 (patch) | |
tree | 1268a08f51404bb1ed176249c2a9621203477fb9 /include/global.h | |
parent | cba70d36059d01175a0fcb77dde33eaab30df3c2 (diff) |
Fix nonmatching ChooseNextBattleTowerTrainer()
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 3c0169606..830f7704a 100644 --- a/include/global.h +++ b/include/global.h @@ -808,7 +808,7 @@ struct BattleTowerData /*0x04BC, 0x0564*/ u8 battleTowerTrainerId; // index for gBattleTowerTrainers table /*0x04BD, 0x0565*/ u8 selectedPartyMons[0x3]; // indices of the 3 selected player party mons. /*0x04C0, 0x0568*/ u16 prizeItem; - /*0x04C2, 0x056A*/ u8 filler_4C2[0x6]; + /*0x04C2, 0x056A*/ u8 battledTrainerIds[6]; /*0x04C8, 0x0570*/ u16 totalBattleTowerWins; /*0x04CA, 0x0572*/ u16 bestBattleTowerWinStreak; /*0x04CC, 0x0574*/ u16 currentWinStreaks[2]; |