summaryrefslogtreecommitdiff
path: root/home/farcall.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/farcall.asm')
-rw-r--r--home/farcall.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/farcall.asm b/home/farcall.asm
index 8a5485b..ccc6bca 100644
--- a/home/farcall.asm
+++ b/home/farcall.asm
@@ -2,7 +2,7 @@ INCLUDE "constants.asm"
SECTION "home/farcall.asm", ROM0
-FarCall_hl:: ; 2fa8
+FarCall_hl::
push af
ld a, b
ld [wFarCallBCBuffer], a
@@ -23,7 +23,7 @@ FarCall_hl:: ; 2fa8
ld c, a
ret
-.return
+.return:
ld a, b
ld [wFarCallBCBuffer], a
ld a, c
@@ -35,4 +35,4 @@ FarCall_hl:: ; 2fa8
ld b, a
ld a, [wFarCallBCBuffer + 1]
ld c, a
- ret \ No newline at end of file
+ ret