shithub: pokecrystal

ref: 40b537d45b4b8937038126f7e5d2d21ccee460c0
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