Skip to content

Commit

Permalink
Forgot to update this when adding AI_FLAG_SEQUENCE_SWITCHING (#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawkkie authored Jul 5, 2024
1 parent 3df7e77 commit 3660a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/battle_ai.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define AI_FLAG_CONSERVATIVE (1 << 19) // AI assumes all moves will low roll damage
#define AI_FLAG_SEQUENCE_SWITCHING (1 << 20) // AI switches in mons in exactly party order, and never switches mid-battle

#define AI_FLAG_COUNT 20
#define AI_FLAG_COUNT 21

// 'other' ai logic flags
#define AI_FLAG_ROAMING (1 << 29)
Expand Down

0 comments on commit 3660a05

Please sign in to comment.