summaryrefslogtreecommitdiff
path: root/home/serial.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 03:04:50 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 03:04:50 -0800
commit507fcbd26979cb79fcb9b75a18b85f4c20487a63 (patch)
treefb6187ef4d82a6e99cba8f2e9d2673871af7a044 /home/serial.asm
parent3fdb8a0d8995746d5605136ece384516338489b0 (diff)
Fix typo in name
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/serial.asm b/home/serial.asm
index fa3d4c8a..86d74040 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -223,7 +223,7 @@ Serial_ExchangeLinkMenuSelection:: ; 2247 (0:2247)
jr nz, .loop
ret
-Serial_PrintWaitingTextAndSyncAndExchangeByte:: ; 226e (0:226e)
+Serial_PrintWaitingTextAndSyncAndExchangeNybble:: ; 226e (0:226e)
call SaveScreenTilesToBuffer1
callab PrintWaitingText
call Serial_SyncAndExchangeNybble
@@ -269,7 +269,6 @@ Serial_SyncAndExchangeNybble:: ; 227f (0:227f)
ld [wSerialSyncAndExchangeNybbleReceiveData], a
ret
-; exchange one byte with value of $f or less
Serial_ExchangeNybble:: ; 22c3 (0:22c3)
call .doExchange
ld a, [wSerialExchangeNybbleSendData]