summaryrefslogtreecommitdiff
path: root/constants/battle_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r--constants/battle_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm
index 45dfa491..db9eaabe 100644
--- a/constants/battle_constants.asm
+++ b/constants/battle_constants.asm
@@ -28,6 +28,9 @@ EFFECTIVE EQU 10
NOT_VERY_EFFECTIVE EQU 05
NO_EFFECT EQU 00
+; enemy AI behavior
+BASE_AI_SWITCH_SCORE EQU 10
+
; wPlayerStatLevels and wEnemyStatLevels indexes (see wram.asm)
; GetStatName arguments (see data/battle/stat_names.asm)
const_def