diff --git a/wla/data/battle/set_damage_effects_reconcile.asm b/wla/data/battle/set_damage_effects_reconcile.asm new file mode 100644 index 000000000..921283ac2 --- /dev/null +++ b/wla/data/battle/set_damage_effects_reconcile.asm @@ -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