Reverted ld_hl_pointer macro

This commit is contained in:
PikalaxALT
2015-07-20 22:18:18 -04:00
parent d1e11f77e5
commit 471492b775
60 changed files with 1538 additions and 1079 deletions

View File

@@ -175,11 +175,13 @@ GetTileCoord:: ; 1d05
ld a, c
ld b, h
ld c, l
rept 2
add hl, hl
add hl, hl
endr
add hl, bc
rept 2
add hl, hl
add hl, hl
endr
ld c, a
xor a
ld b, a
@@ -203,11 +205,13 @@ GetAttrCoord:: ; 1d21
ld a, c
ld b, h
ld c, l
rept 2
add hl, hl
add hl, hl
endr
add hl, bc
rept 2
add hl, hl
add hl, hl
endr
ld c, a
xor a
ld b, a