summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
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