From 5aed9e567d41483c938060c8ce2bd2e936f1bac2 Mon Sep 17 00:00:00 2001 From: "Brandon M. M. Green" Date: Mon, 6 Jul 2026 19:06:48 +0000 Subject: [PATCH] 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 --- wla/data/battle/stat_mod_names.asm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 wla/data/battle/stat_mod_names.asm diff --git a/wla/data/battle/stat_mod_names.asm b/wla/data/battle/stat_mod_names.asm deleted file mode 100644 index efd2c217f..000000000 --- a/wla/data/battle/stat_mod_names.asm +++ /dev/null @@ -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"