Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -47,7 +47,7 @@ GetBattleVarAddr::
|
||||
|
||||
BattleVarPairs:
|
||||
; entries correspond to BATTLE_VARS_* constants
|
||||
table_width 2, BattleVarPairs
|
||||
table_width 2
|
||||
dw .Substatus1
|
||||
dw .Substatus2
|
||||
dw .Substatus3
|
||||
@@ -96,7 +96,7 @@ BattleVarPairs:
|
||||
|
||||
BattleVarLocations:
|
||||
; entries correspond to PLAYER_* and ENEMY_* constants
|
||||
table_width 2 + 2, BattleVarLocations
|
||||
table_width 2 + 2
|
||||
dw wPlayerSubStatus1, wEnemySubStatus1
|
||||
dw wPlayerSubStatus2, wEnemySubStatus2
|
||||
dw wPlayerSubStatus3, wEnemySubStatus3
|
||||
|
Reference in New Issue
Block a user