summaryrefslogtreecommitdiff
path: root/data/battle/ai/risky_effects.asm
blob: 2ca0bc655d96c5ec4bbf39fb35b0be887f78240f (plain)
1
2
3
4
5
6
7
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