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

@@ -37,8 +37,9 @@ SpecialDratini: ; 0x8b170
; get address of mon's first move
pop de
rept 2
inc de
inc de
endr
.GiveMoves
ld a, [hl]

View File

@@ -287,8 +287,9 @@ PrintSeerText: ; 4f26d
ld e, a
ld d, 0
ld hl, SeerTexts
rept 2
add hl, de
add hl, de
endr
ld a, [hli]
ld h, [hl]
ld l, a