pokecrystal-board/data/battle/ai/constant_damage_effects.asm

11 lines
270 B
NASM
Raw Normal View History

; AIDamageCalc uses BattleCommand_ConstantDamage
; to calculate damage for these instead of
; BattleCommand_DamageCalc and BattleCommand_Stab.
2018-06-24 07:09:41 -07:00
ConstantDamageEffects:
db EFFECT_SUPER_FANG
db EFFECT_STATIC_DAMAGE
db EFFECT_LEVEL_DAMAGE
db EFFECT_PSYWAVE
db -1 ; end