Forgot to update this when adding AI_FLAG_SEQUENCE_SWITCHING (#4911)
This commit is contained in:
parent
3df7e770df
commit
3660a054a2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
#define AI_FLAG_CONSERVATIVE (1 << 19) // AI assumes all moves will low roll damage
|
#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_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
|
// 'other' ai logic flags
|
||||||
#define AI_FLAG_ROAMING (1 << 29)
|
#define AI_FLAG_ROAMING (1 << 29)
|
||||||
|
|
Loading…
Reference in a new issue