Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -2156,7 +2156,7 @@ GetBoxPointer:
|
||||
ret
|
||||
|
||||
.BoxBankAddresses:
|
||||
table_width 3, GetBoxPointer.BoxBankAddresses
|
||||
table_width 3
|
||||
for n, 1, NUM_BOXES + 1
|
||||
dba sBox{d:n}
|
||||
endr
|
||||
@@ -2363,7 +2363,7 @@ GetBoxCount:
|
||||
ret
|
||||
|
||||
.BoxBankAddresses:
|
||||
table_width 3, GetBoxCount.BoxBankAddresses
|
||||
table_width 3
|
||||
for n, 1, NUM_BOXES + 1
|
||||
dba sBox{d:n}
|
||||
endr
|
||||
|
@@ -365,7 +365,7 @@ LoadBoxMonListing: ; unreferenced
|
||||
ret
|
||||
|
||||
.BoxAddresses:
|
||||
table_width 3, LoadBoxMonListing.BoxAddresses
|
||||
table_width 3
|
||||
for n, 1, NUM_BOXES + 1
|
||||
dba sBox{d:n}
|
||||
endr
|
||||
|
@@ -133,7 +133,7 @@ endc
|
||||
|
||||
MailGFXPointers:
|
||||
; entries correspond to *MAIL_INDEX constants
|
||||
table_width 3, MailGFXPointers
|
||||
table_width 3
|
||||
dbw FLOWER_MAIL, LoadFlowerMailGFX
|
||||
dbw SURF_MAIL, LoadSurfMailGFX
|
||||
dbw LITEBLUEMAIL, LoadLiteBlueMailGFX
|
||||
|
@@ -252,7 +252,7 @@ endr
|
||||
ret
|
||||
|
||||
SearchBoxAddressTable:
|
||||
table_width 3, SearchBoxAddressTable
|
||||
table_width 3
|
||||
for n, 1, NUM_BOXES + 1
|
||||
dba sBox{d:n}
|
||||
endr
|
||||
|
@@ -576,7 +576,7 @@ StatsScreen_LoadGFX:
|
||||
|
||||
.Jumptable:
|
||||
; entries correspond to *_PAGE constants
|
||||
table_width 2, StatsScreen_LoadGFX.Jumptable
|
||||
table_width 2
|
||||
dw LoadPinkPage
|
||||
dw LoadGreenPage
|
||||
dw LoadBluePage
|
||||
|
Reference in New Issue
Block a user