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/pokemon/print_move_description.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/pokemon') diff --git a/engine/pokemon/print_move_description.asm b/engine/pokemon/print_move_description.asm index fd12f82b..1b57b46e 100644 --- a/engine/pokemon/print_move_description.asm +++ b/engine/pokemon/print_move_description.asm @@ -13,4 +13,4 @@ PrintMoveDescription: ld e, l pop hl ld a, BANK(MoveDescriptions) - jp FarString + jp PlaceFarString -- cgit v1.2.3