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