Use AttrMap and TileMap labels for relative addressing.

This commit is contained in:
yenatch
2014-08-22 20:41:57 -07:00
parent ed15916f05
commit 3be6ca012f
3 changed files with 13 additions and 13 deletions

View File

@@ -899,7 +899,7 @@ Functiond0551: ; d0551
ld a, [hli]
ld h, [hl]
ld l, a
ld de, $939
ld de, AttrMap - TileMap
add hl, de
ret
; d055c