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

@@ -223,7 +223,7 @@ UpdateChannels:
jp hl
.ChannelFunctions:
table_width 2, UpdateChannels.ChannelFunctions
table_width 2
; music channels
dw .Channel1
dw .Channel2
@@ -1371,7 +1371,7 @@ ParseMusicCommand:
MusicCommands:
; entries correspond to audio constants (see macros/scripts/audio.asm)
table_width 2, MusicCommands
table_width 2
dw Music_Octave8
dw Music_Octave7
dw Music_Octave6
@@ -2783,7 +2783,7 @@ StereoTracks:
db $11, $22, $44, $88
ChannelPointers:
table_width 2, ChannelPointers
table_width 2
; music channels
dw wChannel1
dw wChannel2