shithub: pokecrystal

ref: 2d8f3a0654a0baa6ab0c6e64b610d52b34c6e068
dir: /data/battle/ai/risky_effects.asm/

View raw version
; 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