mirror of
https://github.com/pret/pokecrystal.git
synced 2026-09-08 09:25:17 -05:00
Comment that farcall and callfar are interchangable (#1209)
Fixes #1208
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user