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 d1130eb9..4836bc93 100644
--- a/macros.asm
+++ b/macros.asm
@@ -45,6 +45,7 @@ homecall_jump_sf: MACRO
call BankswitchCommon
call \1
pop bc
+ ld a,b
jp BankswitchCommon
ENDM