From c745dd677753e9b7820665f5ebd325731c5b728e Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 7 Dec 2020 13:32:07 -0500 Subject: FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString --- engine/items/print_item_description.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items') 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 -- cgit v1.2.3