mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-02 22:05:46 -05:00
Fix Order Up + Tera Stellar breaking each other with Commander (#5667)
This commit is contained in:
parent
1d7e4cf8fc
commit
0919fbdc2d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user