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

@@ -193,9 +193,9 @@ AI_TryItem: ; 38105
jr z, .has_item
dec de
rept 3
inc hl
inc hl
inc hl
endr
jr .loop
.has_item
@@ -213,8 +213,9 @@ AI_TryItem: ; 38105
pop de
pop hl
rept 2
inc hl
inc hl
endr
jr c, .loop
.used_item