mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 16:19:51 -05:00
Comment that farcall and callfar are interchangable
This commit is contained in:
parent
9a6bb3ed0c
commit
7272d9bb8a
|
|
@ -1,3 +1,10 @@
|
|||
; 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.
|
||||
; The same goes for `farjp` and `jpfar`.
|
||||
|
||||
MACRO farcall
|
||||
ld b, BANK(\1)
|
||||
ld hl, \1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user