summaryrefslogtreecommitdiff
path: root/text/types.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-04 11:46:23 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-04 11:46:23 -0400
commit3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (patch)
tree03069bd1fb4576c16b773b23bab0071aabb7cabd /text/types.asm
parent82f1534925c5fe1f0d876ea88119b0121cfa65a6 (diff)
More splitting of main.asm; remove unneeded rept 2
Diffstat (limited to 'text/types.asm')
-rw-r--r--text/types.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/text/types.asm b/text/types.asm
index 7084b58eb..adc1b17ef 100644
--- a/text/types.asm
+++ b/text/types.asm
@@ -85,9 +85,8 @@ GetTypeName: ; 50964
ld hl, TypeNames
ld e, a
ld d, 0
-rept 2
add hl, de
-endr
+ add hl, de
ld a, [hli]
ld h, [hl]
ld l, a