summaryrefslogtreecommitdiff
path: root/text/types.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-20 22:18:18 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-20 22:18:18 -0400
commit471492b775fc2a0f5162f3d1c13c5472359beb14 (patch)
treef230b4d37385ca7dfdd8a44cca97faa0202c9dbe /text/types.asm
parentd1e11f77e525aa7a7751359db4e5380b420e882c (diff)
Reverted ld_hl_pointer macro
Diffstat (limited to 'text/types.asm')
-rw-r--r--text/types.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/text/types.asm b/text/types.asm
index b04cab7f7..824e7e746 100644
--- a/text/types.asm
+++ b/text/types.asm
@@ -85,8 +85,9 @@ GetTypeName: ; 50964
ld hl, TypeNames
ld e, a
ld d, 0
+rept 2
add hl, de
- add hl, de
+endr
ld a, [hli]
ld h, [hl]
ld l, a