aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/MtMoonB2F_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/MtMoonB2F_2.asm')
-rwxr-xr-xscripts/MtMoonB2F_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MtMoonB2F_2.asm b/scripts/MtMoonB2F_2.asm
index c6ec92b4..c983bb0d 100755
--- a/scripts/MtMoonB2F_2.asm
+++ b/scripts/MtMoonB2F_2.asm
@@ -8,7 +8,7 @@ MtMoon3Script_4a325: ; pikachu-related function?
push hl
push bc
- callab GetPikachuFacingDirectionAndReturnToE
+ callfar GetPikachuFacingDirectionAndReturnToE
pop bc
pop hl
ld a, b
@@ -20,7 +20,7 @@ MtMoon3Script_4a325: ; pikachu-related function?
push af
ld a, $ff
ld [wUpdateSpritesEnabled], a
- callab LoadPikachuShadowIntoVRAM
+ callfar LoadPikachuShadowIntoVRAM
pop af
ld [wUpdateSpritesEnabled], a
pop hl