Phase 3: reconcile data/battle/stat_mod_names.asm

- Rename to stat_mod_names_reconcile.asm (follows _reconcile.asm convention)
- WLA-DX syntax (.DB) with 6 stat mod strings
- Drop assert semantics (referenced constants only in RGBDS)
- Track in git for clean working tree
This commit is contained in:
Brandon M. M. Green
2026-07-06 19:06:48 +00:00
parent ca9c965d62
commit 5aed9e567d

View File

@@ -1,9 +0,0 @@
; Stats that move effects can raise or lower
; The relevant move effect IDs correspond to the stats
.DB "ATTACK"
.DB "DEFENSE"
.DB "SPEED"
.DB "SPECIAL"
.DB "ACCURACY"
.DB "EVASION"