summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-03-14 21:23:49 -0400
committeryenatch <yenatch@gmail.com>2016-03-14 21:23:49 -0400
commit6057f285ad1a930315d1a45fa3d1aa08efe6801d (patch)
tree51755b67d07ed5b65b2b1c4d5c0673e7047f5399 /macros.asm
parent6de584fe6601785a82ed59888ee70b8a2e5af974 (diff)
Add a farcall alias.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 9efb69e5..a13a3a12 100644
--- a/macros.asm
+++ b/macros.asm
@@ -41,6 +41,8 @@ homecall: MACRO
ld [MBC1RomBank], a
ENDM
+farcall EQUS "callba"
+
callba: MACRO
ld b, BANK(\1)
ld hl, \1