diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
commit | 789ebc73042e07b5e50b3cc3c17ebd1df141f000 (patch) | |
tree | 4b8ef20101e73ba626751ec76d86888274b84486 /home/handshake.asm | |
parent | bfe2f6d52e035ea03a372cabb18ba5cf57823bf9 (diff) |
Port homecall macro
Diffstat (limited to 'home/handshake.asm')
-rw-r--r-- | home/handshake.asm | 9 |
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 |