summaryrefslogtreecommitdiff
path: root/data/battle/ai/residual_moves.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/battle/ai/residual_moves.asm')
-rw-r--r--data/battle/ai/residual_moves.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/battle/ai/residual_moves.asm b/data/battle/ai/residual_moves.asm
new file mode 100644
index 000000000..99407e238
--- /dev/null
+++ b/data/battle/ai/residual_moves.asm
@@ -0,0 +1,17 @@
+; AI_CAUTIOUS discourages these moves after the first turn.
+
+ResidualMoves:
+ db MIST
+ db LEECH_SEED
+ db POISONPOWDER
+ db STUN_SPORE
+ db THUNDER_WAVE
+ db FOCUS_ENERGY
+ db BIDE
+ db POISON_GAS
+ db TRANSFORM
+ db CONVERSION
+ db SUBSTITUTE
+ db SPIKES
+ db -1 ; end
+; 39453