mirror of
https://github.com/pret/pokegold.git
synced 2026-03-21 17:34:16 -05:00
Comment that farcall and callfar are interchangable (#1209)
Fixes #1208
This commit is contained in:
parent
d80786f4e8
commit
8d34a9b74e
|
|
@ -1,5 +1,9 @@
|
|||
; Far calls to another bank
|
||||
|
||||
; There is no difference between `farcall` and `callfar`, except the arbitrary
|
||||
; order in which they set `a` and `hl` before calling `FarCall`.
|
||||
; We use the more natural name "farcall" for the more common order.
|
||||
|
||||
MACRO farcall ; bank, address
|
||||
ld a, BANK(\1)
|
||||
ld hl, \1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user