summaryrefslogtreecommitdiff
path: root/home/serial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/serial.asm b/home/serial.asm
index 155de42e..a317b5c7 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -380,7 +380,8 @@ LinkDataReceived::
ldh [rSC], a
ret
-Function8ca:: ; unreferenced
+SetBitsForTimeCapsuleRequestIfNotLinked:: ; unreferenced
+; Similar to SetBitsForTimeCapsuleRequest (see engine/link/link.asm).
ld a, [wLinkMode]
and a
ret nz