pokered/data/battle/set_damage_effects.asm

7 lines
160 B
NASM
Raw Normal View History

SetDamageEffects:
; moves that do damage but not through normal calculations
; e.g., Super Fang, Psywave
db SUPER_FANG_EFFECT
db SPECIAL_DAMAGE_EFFECT
db -1