Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/battle/set_damage_effects.asm
1271 views
1
SetDamageEffects:
2
; moves that do damage but not through normal calculations
3
; e.g., Super Fang, Psywave
4
db SUPER_FANG_EFFECT
5
db SPECIAL_DAMAGE_EFFECT
6
db -1 ; end
7
8