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 671ec7a42..6b03649a2 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -388,7 +388,8 @@ LinkDataReceived::
ldh [rSC], a
ret
-Function919:: ; unreferenced
+SetBitsForTimeCapsuleRequestIfNotLinked:: ; unreferenced
+; Similar to SetBitsForTimeCapsuleRequest (see engine/link/link.asm).
ld a, [wLinkMode]
and a
ret nz