diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-12 13:15:37 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:31:10 +0100 |
commit | a241f049df07dace706606dc573364f76e39eeb6 (patch) | |
tree | 4e1a81a23fba40bff751f90c88d56327e5bcd98f /home/handshake.asm | |
parent | 991d207d86c936757e70d2e6a1f6ee6b0e0f5891 (diff) |
Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes
No prefix for the farcall, prefix with an underscore for the farcalled.
This matches what is done for pretty much every other home function.
Diffstat (limited to 'home/handshake.asm')
-rw-r--r-- | home/handshake.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/handshake.asm b/home/handshake.asm index ee01cfadb..9747713c7 100644 --- a/home/handshake.asm +++ b/home/handshake.asm @@ -1,6 +1,5 @@ PrinterReceive:: homecall _PrinterReceive - ret AskSerial:: |