summaryrefslogtreecommitdiff
path: root/home/serial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/serial.asm b/home/serial.asm
index ad7d96103..97e0c2442 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -366,7 +366,7 @@ LinkTransfer:: ; 8c1
ret
; 8f3
-.Receive ; 8f3
+.Receive: ; 8f3
ld a, [hSerialReceive]
ld [wOtherPlayerLinkMode], a
and $f0