Skip to content

Commit

Permalink
Quick draw
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Nov 9, 2023
1 parent 1618200 commit dea3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ struct BattleStruct
bool8 trainerSlideBeforeFirstTurnMsgDone;
u32 aiDelayTimer; // Counts number of frames AI takes to choose an action.
u32 aiDelayFrames; // Number of frames it took to choose an action.
bool8 transformZeroToHero[PARTY_SIZE][NUM_SIDES];
bool8 transformZeroToHero[PARTY_SIZE][NUM_BATTLE_SIDES];
};

// The palaceFlags member of struct BattleStruct contains 1 flag per move to indicate which moves the AI should consider,
Expand Down

0 comments on commit dea3725

Please sign in to comment.