summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-01-09 15:16:20 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-01-09 15:16:20 -0500
commit51aa06097fd99ecbd431aba32cf8b5120a93e433 (patch)
treef1dba301f2270543742ad3cd56d875fa5f639cdc /engine/gfx
parent4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff)
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/load_pics.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/load_pics.asm b/engine/gfx/load_pics.asm
index 34bffdb7..ad9c1f14 100644
--- a/engine/gfx/load_pics.asm
+++ b/engine/gfx/load_pics.asm
@@ -102,7 +102,7 @@ GetFrontpic:
push af
inc hl
ld a, d
- call GetFarHalfword
+ call GetFarWord
pop af
.ok
@@ -228,7 +228,7 @@ Intro_GetMonFrontpic:
push af
inc hl
ld a, BANK(PokemonPicPointers)
- call GetFarHalfword
+ call GetFarWord
pop af
pop de
call FarDecompress