Restore macros/legacy.asm, and address some feedback on hardware.inc

This commit is contained in:
Rangi42
2025-06-23 10:43:55 -04:00
parent 4c540aa43b
commit 36fdf1a1fc
3 changed files with 537 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ In [gfx/footprints.asm](https://github.com/pret/pokecrystal/blob/master/gfx/foot
; then a row of the bottom two tiles for those eight footprints.
; These macros help extract the first and the last two tiles, respectively.
DEF footprint_top EQUS "0, 2 * TILE_1BPP_SIZE"
DEF footprint_top EQUS "0, 2 * TILE_1BPP_SIZE"
DEF footprint_bottom EQUS "2 * TILE_1BPP_SIZE, 2 * TILE_1BPP_SIZE"
Footprints: