summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 1a7aae56..a241672b 100644
--- a/macros.asm
+++ b/macros.asm
@@ -75,6 +75,7 @@ callsb: MACRO
ld a, BANK(\1)
call BankswitchCommon
call \1
+ ENDM
callba: MACRO
ld b, BANK(\1)