diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/font.asm | 1 | ||||
-rw-r--r-- | gfx/footprints.asm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gfx/font.asm b/gfx/font.asm index 679141e3..ab7c46e5 100644 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -49,7 +49,6 @@ FontsExtra_SolidBlackAndUpArrowGFX: INCBIN "gfx/font/black.1bpp" INCBIN "gfx/font/up_arrow.1bpp" -Footprints: INCLUDE "gfx/footprints.asm" UnownFont: diff --git a/gfx/footprints.asm b/gfx/footprints.asm index aeff1658..7acf1c74 100644 --- a/gfx/footprints.asm +++ b/gfx/footprints.asm @@ -7,8 +7,8 @@ footprint_top EQUS "0, 2 * LEN_1BPP_TILE" 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 ; 001-008 top halves |