diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
commit | f680408489f026cce3d1d3344bc3d944a679e5aa (patch) | |
tree | b6f8e8f945d899e8a5d4fe6e0b8e56931f9b0b7f /home/farcall.asm | |
parent | 9dee89fae39ce638beed51edbc3f837a6222bd68 (diff) |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
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. |