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

@@ -2089,7 +2089,7 @@ INCLUDE "home/mobile.asm"
Function3eea:: ; 3eea
push hl
push bc
ld de, $0939
ld de, AttrMap - TileMap
add hl, de
inc b
inc b
@@ -2116,7 +2116,7 @@ Function3efd:: ; 3efd
Function3f0d:: ; 3f0d
push hl
push bc
ld de, $0939
ld de, AttrMap - TileMap
add hl, de
inc b
inc b