Fix typo in name

This commit is contained in:
YamaArashi 2015-02-07 03:04:50 -08:00
parent 3fdb8a0d89
commit 507fcbd269
2 changed files with 6 additions and 7 deletions

View file

@ -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]