Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-05 11:24:47 -04:00
parent d9603e3e33
commit ff2d850219
6 changed files with 100 additions and 100 deletions

View File

@@ -253,7 +253,7 @@ Serial_ExchangeLinkMenuSelection::
ld c, 2
ld a, TRUE
ldh [hSerialIgnoringInitialData], a
.asm_847
.exchange
call DelayFrame
ld a, [hl]
ldh [hSerialSend], a
@@ -264,12 +264,12 @@ Serial_ExchangeLinkMenuSelection::
and a
ld a, FALSE
ldh [hSerialIgnoringInitialData], a
jr nz, .asm_847
jr nz, .exchange
ld a, b
ld [de], a
inc de
dec c
jr nz, .asm_847
jr nz, .exchange
ret
Serial_PrintWaitingTextAndSyncAndExchangeNybble::