diff options
Diffstat (limited to 'home/farcall.asm')
-rw-r--r-- | home/farcall.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/farcall.asm b/home/farcall.asm index 0c8e9e39..5416bd7e 100644 --- a/home/farcall.asm +++ b/home/farcall.asm @@ -8,8 +8,9 @@ FarCall_hl:: ld a, [wTempBank] rst Bankswitch call FarCall_JumpToHL + ; fallthrough -ReturnFarCall:: +ReturnFarCall:: ; unreferenced ; We want to retain the contents of f. ; To do this, we can pop to bc instead of af. |