diff options
Diffstat (limited to 'engine/items')
| -rw-r--r-- | engine/items/print_item_description.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/print_item_description.asm b/engine/items/print_item_description.asm index 8ac6f816..ad6a170e 100644 --- a/engine/items/print_item_description.asm +++ b/engine/items/print_item_description.asm @@ -29,4 +29,4 @@ PrintItemDescription: ld e, l pop hl ld a, BANK(ItemDescriptions) - jp FarString + jp PlaceFarString |
