summaryrefslogtreecommitdiff
path: root/home/handshake.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-15 18:59:49 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-15 18:59:49 -0500
commit77ef8404a197d015398674482103afd9651a9f42 (patch)
tree81b279747d5a42aaa46c3504cb5e420f637254b3 /home/handshake.asm
parentefe3462f9af56ce23a1e9c3badd90799204d0725 (diff)
Menu
Diffstat (limited to 'home/handshake.asm')
-rw-r--r--home/handshake.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/handshake.asm b/home/handshake.asm
index 5c7664144..e53e78a5b 100644
--- a/home/handshake.asm
+++ b/home/handshake.asm
@@ -1,3 +1,16 @@
+PrinterReceive:: ; 2057
+ ld a, [hROMBank]
+ push af
+ ld a, BANK(_PrinterReceive)
+ rst Bankswitch
+
+ call _PrinterReceive
+ pop af
+ rst Bankswitch
+
+ ret
+; 2063
+
AskSerial:: ; 2063
; send out a handshake while serial int is off
ld a, [wc2d4]