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

@@ -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

View File

@@ -697,7 +697,7 @@ DoTextUntilTerminator::
TextCommands::
; entries correspond to TX_* constants (see macros/scripts/text.asm)
table_width 2, TextCommands
table_width 2
dw TextCommand_START ; TX_START
dw TextCommand_RAM ; TX_RAM
dw TextCommand_BCD ; TX_BCD

View File

@@ -36,7 +36,7 @@ VBlank::
VBlankHandlers:
; entries correspond to VBLANK_* constants (see constants/ram_constants.asm)
table_width 2, VBlankHandlers
table_width 2
dw VBlank_Normal
dw VBlank_Cutscene
dw VBlank_SoundOnly