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

@@ -7,7 +7,7 @@ ENDM
OddEggProbabilities:
; entries correspond to OddEggs (below)
table_width 2, OddEggProbabilities
table_width 2
DEF prob_total = 0
; Pichu
prob 8
@@ -34,7 +34,7 @@ DEF prob_total = 0
assert prob_total == 100, "OddEggProbabilities do not sum to 100%!"
OddEggs:
table_width NICKNAMED_MON_STRUCT_LENGTH, OddEggs
table_width NICKNAMED_MON_STRUCT_LENGTH
db PICHU
db NO_ITEM