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"