summaryrefslogtreecommitdiff
path: root/data/battle/ai/status_only_effects.asm
blob: daeadb46c13eaea64a40f9cc57af7e2e30db6eba (plain)
1
2
3
4
5
6
7
8
9
10
; AI_BASIC discourages these effects if the player
; already has a status condition.

StatusOnlyEffects: ; 385db
	db EFFECT_SLEEP
	db EFFECT_TOXIC
	db EFFECT_POISON
	db EFFECT_PARALYZE
	db -1 ; end
; 385e0