diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
| commit | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (patch) | |
| tree | 7475d498e4a1695aefd4a7e3356e735a51245d35 /engine/pokedex | |
| parent | f773fd1dd89782eb1e92b850c7409a8d8be37651 (diff) | |
Rename GetFarHalfword to GetFarWord
Fixes #796
Diffstat (limited to 'engine/pokedex')
| -rw-r--r-- | engine/pokedex/pokedex_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokedex/pokedex_2.asm b/engine/pokedex/pokedex_2.asm index 354ddfaba..808a2fa93 100644 --- a/engine/pokedex/pokedex_2.asm +++ b/engine/pokedex/pokedex_2.asm @@ -113,7 +113,7 @@ DisplayDexEntry: ld a, b push af push hl - call GetFarHalfword + call GetFarWord ld d, l ld e, h pop hl @@ -143,7 +143,7 @@ DisplayDexEntry: inc hl push hl dec hl - call GetFarHalfword + call GetFarWord ld d, l ld e, h ld a, e |
