From 3660a054a2ed89650091b4405080a6f074226191 Mon Sep 17 00:00:00 2001 From: Pawkkie <61265402+Pawkkie@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:41:29 -0400 Subject: [PATCH] Forgot to update this when adding AI_FLAG_SEQUENCE_SWITCHING (#4911) --- include/constants/battle_ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/battle_ai.h b/include/constants/battle_ai.h index 9391732060..3275992fca 100644 --- a/include/constants/battle_ai.h +++ b/include/constants/battle_ai.h @@ -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)