diff options
Diffstat (limited to 'data/battle/ai/reckless_moves.asm')
-rw-r--r-- | data/battle/ai/reckless_moves.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/battle/ai/reckless_moves.asm b/data/battle/ai/reckless_moves.asm new file mode 100644 index 00000000..67252979 --- /dev/null +++ b/data/battle/ai/reckless_moves.asm @@ -0,0 +1,9 @@ +; AI_AGGRESSIVE does not discourage these moves +; even if a stronger one is available. + +RecklessMoves: + db EFFECT_SELFDESTRUCT + db EFFECT_RAMPAGE + db EFFECT_MULTI_HIT + db EFFECT_DOUBLE_HIT + db -1 ; end |