summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/farcall.asm4
-rw-r--r--home/rst.asm4
2 files changed, 3 insertions, 5 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
diff --git a/home/rst.asm b/home/rst.asm
index c3402f14a..6fe5bd572 100644
--- a/home/rst.asm
+++ b/home/rst.asm
@@ -26,12 +26,10 @@ SECTION "rst28", ROM0 ; rst JumpTable
add hl, de
ld a, [hli]
ld h, [hl]
+; SECTION "rst30", ROM0
ld l, a
pop de
jp hl
-; SECTION "rst30", ROM0
-; rst30 is midst rst28
-
SECTION "rst38", ROM0
rst $38