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

@@ -867,7 +867,7 @@ GetUnknownSlotReelData: ; unreferenced
ret
.data:
table_width 1, GetUnknownSlotReelData.data
table_width 1
db 0 ; SLOTS_SEVEN
db 1 ; SLOTS_POKEBALL
db 2 ; SLOTS_CHERRY
@@ -1843,7 +1843,7 @@ Slots_GetPayout:
ret
.PayoutTable:
table_width 2, Slots_GetPayout.PayoutTable
table_width 2
dw 300 ; SLOTS_SEVEN
dw 50 ; SLOTS_POKEBALL
dw 6 ; SLOTS_CHERRY
@@ -1893,7 +1893,7 @@ Slots_PayoutText:
ret
.PayoutStrings:
table_width 6, Slots_PayoutText.PayoutStrings
table_width 6
dbw "300@", .LinedUpSevens ; SLOTS_SEVEN
dbw "50@@", .LinedUpPokeballs ; SLOTS_POKEBALL
dbw "6@@@", .LinedUpMonOrCherry ; SLOTS_CHERRY