summaryrefslogtreecommitdiff
path: root/home/farcall.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/farcall.asm')
-rw-r--r--home/farcall.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/farcall.asm b/home/farcall.asm
index 102460666..be050c642 100644
--- a/home/farcall.asm
+++ b/home/farcall.asm
@@ -23,7 +23,7 @@ FarCall_hl::
push af
ldh a, [hBuffer]
rst Bankswitch
- call FarJump_hl
+ call FarCall_JumpToHL
ReturnFarCall::
; We want to retain the contents of f.
@@ -45,5 +45,5 @@ ReturnFarCall::
ld c, a
ret
-FarJump_hl::
+FarCall_JumpToHL::
jp hl