summaryrefslogtreecommitdiff
path: root/engine/unowndex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/unowndex.asm')
-rwxr-xr-xengine/unowndex.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/unowndex.asm b/engine/unowndex.asm
index 0b251da0b..d7fe63dc3 100755
--- a/engine/unowndex.asm
+++ b/engine/unowndex.asm
@@ -34,9 +34,8 @@ PrintUnownWord: ; fba2e (3e:7a2e)
ld e, a
ld d, 0
ld hl, UnownWords
-rept 2
add hl, de
-endr
+ add hl, de
ld a, [hli]
ld e, a
ld d, [hl]