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

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

View File

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

View File

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

View File

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

View File

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