summaryrefslogtreecommitdiff
path: root/engine/tmhm2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/tmhm2.asm')
-rwxr-xr-xengine/tmhm2.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/tmhm2.asm b/engine/tmhm2.asm
index 289857623..7062149f8 100755
--- a/engine/tmhm2.asm
+++ b/engine/tmhm2.asm
@@ -581,9 +581,8 @@ PrintMoveDesc: ; 2cb3e
dec a
ld c, a
ld b, 0
-rept 2
add hl, bc
-endr
+ add hl, bc
ld a, [hli]
ld e, a
ld d, [hl]