Don't pass redundant label names to table_width
and list_start
(#1160)
This commit is contained in:
@@ -154,7 +154,7 @@ DEF footprint_bottom EQUS "2 * LEN_1BPP_TILE, 2 * LEN_1BPP_TILE"
|
||||
|
||||
Footprints:
|
||||
; Entries correspond to Pokémon species, two apiece, 8 tops then 8 bottoms
|
||||
table_width LEN_1BPP_TILE * 4, Footprints
|
||||
table_width LEN_1BPP_TILE * 4
|
||||
|
||||
; 001-008 top halves
|
||||
INCBIN "gfx/footprints/bulbasaur.1bpp", footprint_top
|
||||
@@ -186,7 +186,7 @@ Store footprints contiguously:
|
||||
```asm
|
||||
|
||||
Footprints:
|
||||
table_width LEN_1BPP_TILE * 4, Footprints
|
||||
table_width LEN_1BPP_TILE * 4
|
||||
|
||||
INCBIN "gfx/footprints/bulbasaur.1bpp"
|
||||
INCBIN "gfx/footprints/ivysaur.1bpp"
|
||||
|
Reference in New Issue
Block a user