mirror of
https://github.com/pret/pokecrystal.git
synced 2026-08-16 14:19:12 -05:00
Don't pass redundant label names to table_width and list_start (#1160)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user