Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Cries:
|
||||
; entries correspond to CRY_* constants (see constants/cry_constants.asm)
|
||||
table_width 3, Cries
|
||||
table_width 3
|
||||
dba Cry_Nidoran_M
|
||||
dba Cry_Nidoran_F
|
||||
dba Cry_Slowpoke
|
||||
|
@@ -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
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
Music:
|
||||
; entries correspond to MUSIC_* constants
|
||||
table_width 3, Music
|
||||
table_width 3
|
||||
dba Music_Nothing
|
||||
dba Music_TitleScreen
|
||||
dba Music_Route1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
FrequencyTable:
|
||||
table_width 2, FrequencyTable
|
||||
table_width 2
|
||||
dw 0 ; __
|
||||
dw $f82c ; C_
|
||||
dw $f89d ; C#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
SFX:
|
||||
; entries correspond to SFX_* constants
|
||||
table_width 3, SFX
|
||||
table_width 3
|
||||
dba Sfx_DexFanfare5079
|
||||
dba Sfx_Item
|
||||
dba Sfx_CaughtMon
|
||||
|
Reference in New Issue
Block a user