shithub: pokecrystal

ref: 41d5ea0482f4ef577df600d2d8b5cad70f74a396
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