diff options
author | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
commit | 0add51451cda9d4221af137f83e2429d3577310c (patch) | |
tree | fd05f8f0ad49d88b032dc9e10af85a42dfa0e402 /home/handshake.asm | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) | |
parent | 2a263629a40e201b1702e2f4e65f1c61360cc2b2 (diff) |
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Scriptmacrorenaming
Diffstat (limited to 'home/handshake.asm')
-rw-r--r-- | home/handshake.asm | 13 |
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] |