diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-07 13:32:07 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-07 13:32:07 -0500 |
| commit | c745dd677753e9b7820665f5ebd325731c5b728e (patch) | |
| tree | e2dd149d07fb2bdf2b8e24e0e6d76f27843ed243 /engine/pokedex | |
| parent | 60e6657c63c07a52bcc17b899704ca3e5bfe8660 (diff) | |
FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString
Diffstat (limited to 'engine/pokedex')
| -rw-r--r-- | engine/pokedex/pokedex_2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokedex/pokedex_2.asm b/engine/pokedex/pokedex_2.asm index 1f78bd4b..d869b4af 100644 --- a/engine/pokedex/pokedex_2.asm +++ b/engine/pokedex/pokedex_2.asm @@ -86,7 +86,7 @@ DisplayDexEntry: ld a, b push af hlcoord 9, 5 - call FarString ; dex species + call PlaceFarString ; dex species ld h, b ld l, c push de @@ -182,7 +182,7 @@ DisplayDexEntry: pop af hlcoord 2, 11 push af - call FarString + call PlaceFarString pop bc ld a, [wPokedexStatus] or a ; check for page 2 @@ -211,7 +211,7 @@ DisplayDexEntry: inc de pop af hlcoord 2, 11 - call FarString + call PlaceFarString ret POKeString: ; unreferenced |
