summaryrefslogtreecommitdiff
path: root/engine/pokemon
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/pokemon
parent60e6657c63c07a52bcc17b899704ca3e5bfe8660 (diff)
FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/print_move_description.asm2
1 files changed, 1 insertions, 1 deletions
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