pokecrystal-board/data/battle/ai/risky_effects.asm

9 lines
168 B
NASM
Raw Normal View History

; 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