summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
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