Don't pass redundant label names to table_width and list_start (#1160)

This commit is contained in:
Rangi
2024-12-27 12:35:35 -05:00
committed by GitHub
parent 3f686e67da
commit 85ddf0e90a
140 changed files with 214 additions and 203 deletions

View File

@@ -4,7 +4,7 @@
BattleCommandPointers:
; entries correspond to macros/scripts/battle_commands.asm
table_width 2, BattleCommandPointers
table_width 2
dw BattleCommand_CheckTurn
dw BattleCommand_CheckObedience
dw BattleCommand_UsedMoveText

View File

@@ -1,6 +1,6 @@
StatNames:
; entries correspond to stat ids
list_start StatNames
list_start
li "ATTACK"
li "DEFENSE"
li "SPEED"