diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:54 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:54 -0400 |
commit | ae4fe08084f3c3c5775bc286bcc630f2c20af083 (patch) | |
tree | 15c27cf935ac7fc4e63d899eff1270b9d4c9bc5f /home/serial.asm | |
parent | 3a2932cec1e8cb4ef4fb3dbabf24e341d03c7bbe (diff) |
Identify some more labels (a few link-related)
Diffstat (limited to 'home/serial.asm')
-rw-r--r-- | home/serial.asm | 3 |
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 |