shithub: pokecrystal

ref: 1e5c95d8d42d5cf4e13afd204a3d6e18e5c030bb
dir: /data/battle/ai/constant_damage_effects.asm/

View raw version
; AIDamageCalc uses BattleCommand_ConstantDamage
; to calculate damage for these instead of
; BattleCommand_DamageCalc and BattleCommand_Stab.

ConstantDamageEffects:
	db EFFECT_SUPER_FANG
	db EFFECT_STATIC_DAMAGE
	db EFFECT_LEVEL_DAMAGE
	db EFFECT_PSYWAVE
	db -1 ; end