diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 11:45:47 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 11:45:47 +0100 |
commit | 8ff9cb0edec3d8af7f89d7a7a6f83cc457f0ed7c (patch) | |
tree | d82c00adae0be38dded3ea72be584b6f6828f837 /include | |
parent | 4a45b4de4ecc5fb1dbe12868866737e1fc81b7fb (diff) |
give up for now
Diffstat (limited to 'include')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 6d456fd1b..71e8f336d 100644 --- a/include/battle.h +++ b/include/battle.h @@ -472,7 +472,7 @@ struct BattleStruct u8 wishPerishSongBattlerId; bool8 overworldWeatherDone; u8 atkCancellerTracker; - s16 field_1A4[2][6][4]; + s16 field_1A4[2][PARTY_SIZE * 4]; u8 field_204[104]; u8 field_26C[40]; u8 AI_monToSwitchIntoId[MAX_BATTLERS_COUNT]; |