mirror of
https://github.com/pret/pokecrystal.git
synced 2026-08-20 00:04:09 -05:00
Don't pass redundant label names to table_width and list_start (#1160)
This commit is contained in:
@@ -1355,7 +1355,7 @@ DebugRoom_BoxStructStrings:
|
||||
.SendBox: db "SEND BOX@"
|
||||
|
||||
DebugRoom_BoxAddresses:
|
||||
table_width 3, DebugRoom_BoxAddresses
|
||||
table_width 3
|
||||
for n, 1, NUM_BOXES + 1
|
||||
dba sBox{d:n}
|
||||
endr
|
||||
|
||||
Reference in New Issue
Block a user