summaryrefslogtreecommitdiff
path: root/data/battle/ai/risky_effects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/battle/ai/risky_effects.asm')
-rw-r--r--data/battle/ai/risky_effects.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/battle/ai/risky_effects.asm b/data/battle/ai/risky_effects.asm
new file mode 100644
index 000000000..2ca0bc655
--- /dev/null
+++ b/data/battle/ai/risky_effects.asm
@@ -0,0 +1,8 @@
+; AI_RISKY will not use these effects at max HP
+; even if they would KO the player.
+
+RiskyEffects: ; 394ff
+ db EFFECT_SELFDESTRUCT
+ db EFFECT_OHKO
+ db -1 ; end
+; 39502