summaryrefslogtreecommitdiff
path: root/items/item_descriptions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'items/item_descriptions.asm')
-rw-r--r--items/item_descriptions.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/items/item_descriptions.asm b/items/item_descriptions.asm
index 7ff574d11..40e91b2c9 100644
--- a/items/item_descriptions.asm
+++ b/items/item_descriptions.asm
@@ -21,9 +21,8 @@ PrintItemDescription: ; 0x1c8955
dec a
ld c, a
ld b, 0
-rept 2
add hl, bc
-endr
+ add hl, bc
ld e, [hl]
inc hl
ld d, [hl]