Fix Order Up + Tera Stellar breaking each other with Commander (#5667)

This commit is contained in:
PhallenTree 2024-11-13 10:45:08 +00:00 committed by GitHub
parent 1d7e4cf8fc
commit 0919fbdc2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -826,7 +826,7 @@ struct BattleStruct
u8 distortedTypeMatchups;
u8 categoryOverride; // for Z-Moves and Max Moves
u8 commandingDondozo;
u16 commanderActive[NUM_BATTLE_SIDES];
u16 commanderActive[MAX_BATTLERS_COUNT];
u32 stellarBoostFlags[NUM_BATTLE_SIDES]; // stored as a bitfield of flags for all types for each side
u8 redCardActivates:1;
u8 usedEjectItem;