summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
commitaaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch)
tree7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /macros.asm
parent19c517bca455c10e7cba6699084b8cbeb8cc8137 (diff)
Fix typos up to end of home/audio.asm
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