summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-12-07 13:32:07 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-12-07 13:32:07 -0500
commitc745dd677753e9b7820665f5ebd325731c5b728e (patch)
treee2dd149d07fb2bdf2b8e24e0e6d76f27843ed243 /engine/items
parent60e6657c63c07a52bcc17b899704ca3e5bfe8660 (diff)
FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString
Diffstat (limited to 'engine/items')
-rw-r--r--engine/items/print_item_description.asm2
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