summaryrefslogtreecommitdiff
path: root/text/types.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-07-21 07:58:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2016-07-21 07:58:36 -0400
commit803c6081d7b458f1965c4b9e62be2714b73fcdf4 (patch)
tree94632a90406f3b185d82cabee2beb834bd711215 /text/types.asm
parentc33ba049a5a993fc678fd1698645039ce4974022 (diff)
parenta32b6ccbb5b9ad15befa3b9893659f2ceabd1ba0 (diff)
Merge github.com:pikalaxalt/pokecrystal
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