Adding Damage Effects

This commit is contained in:
Brandon M. M. Green
2026-07-07 15:51:46 +00:00
parent 15656b3fed
commit 9f6f4b7882

View File

@@ -0,0 +1,9 @@
; Reconciled from master RGBDS source: data/battle/set_damage_effects.asm
; RGBDS source is untouched.
; WLA-DX representation for reconciliation only.
; moves that do damage but not through normal calculations
; e.g., Super Fang, Psywave
.DB SUPER_FANG_EFFECT
.DB SPECIAL_DAMAGE_EFFECT
.DB -1