aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorRangi <sylvie.oukaour+rangi42@gmail.com>2025-12-01 14:13:46 -0500
committerRangi <sylvie.oukaour+rangi42@gmail.com>2025-12-01 14:13:46 -0500
commit917a0ebf4dc1f69bb9d129741616d153fbfaaa45 (patch)
tree1cb814f85aa481e753a5a7f79cae060625a9708d /macros
parentComment that `farcall` and `callfar` are interchangable (diff)
downloadpokeyellow-917a0ebf4dc1f69bb9d129741616d153fbfaaa45.tar.gz
pokeyellow-917a0ebf4dc1f69bb9d129741616d153fbfaaa45.tar.xz
pokeyellow-917a0ebf4dc1f69bb9d129741616d153fbfaaa45.zip
Correct comment
Diffstat (limited to 'macros')
-rw-r--r--macros/farcall.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/farcall.asm b/macros/farcall.asm
index 4418ea6d..4fac178b 100644
--- a/macros/farcall.asm
+++ b/macros/farcall.asm
@@ -1,7 +1,7 @@
; 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`.
+; order in which they set `b` and `hl` before calling `FarCall`.
; We use the more natural name "farcall" for the more common order.
; The same goes for `farjp` and `jpfar`.