mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
270 B
NASM
11 lines
270 B
NASM
; 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
|