summaryrefslogtreecommitdiff
path: root/home/handshake.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/handshake.asm')
-rw-r--r--home/handshake.asm9
1 files changed, 1 insertions, 8 deletions
diff --git a/home/handshake.asm b/home/handshake.asm
index e4ca27c92..14daf08a7 100644
--- a/home/handshake.asm
+++ b/home/handshake.asm
@@ -1,12 +1,5 @@
PrinterReceive:: ; 2057
- ld a, [hROMBank]
- push af
- ld a, BANK(_PrinterReceive)
- rst Bankswitch
-
- call _PrinterReceive
- pop af
- rst Bankswitch
+ homecall _PrinterReceive
ret
; 2063