diff options
Diffstat (limited to 'home/farcall.asm')
-rw-r--r-- | home/farcall.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/farcall.asm b/home/farcall.asm index 1c17fb409..ebec3881b 100644 --- a/home/farcall.asm +++ b/home/farcall.asm @@ -24,6 +24,7 @@ FarCall_hl:: ldh a, [hTempBank] rst Bankswitch call FarCall_JumpToHL + ; fallthrough ReturnFarCall:: ; We want to retain the contents of f. |