Fix miscellaneous points made in #658

This commit is contained in:
Rangi
2019-11-23 20:56:22 -05:00
parent ef48ae98b5
commit 0e311ad709
11 changed files with 67 additions and 67 deletions

View File

@@ -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