summaryrefslogtreecommitdiff
path: root/home/mobile.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/mobile.asm')
-rw-r--r--home/mobile.asm11
1 files changed, 6 insertions, 5 deletions
diff --git a/home/mobile.asm b/home/mobile.asm
index dbf982d72..de95cb2d7 100644
--- a/home/mobile.asm
+++ b/home/mobile.asm
@@ -51,14 +51,14 @@ Function3e60:: ; 3e60
ret
; 3e80
-Function3e80:: ; 3e80
+MobileReceive:: ; 3e80
ld a, [hROMBank]
push af
- ld a, BANK(Function1116c5)
+ ld a, BANK(_MobileReceive)
ld [$c981], a
rst Bankswitch
- call Function1116c5
+ call _MobileReceive
pop bc
ld a, b
ld [$c981], a
@@ -127,7 +127,8 @@ Timer:: ; 3e93
; 3ed7
Function3ed7:: ; 3ed7
- ld [$dc02], a
+; unreferenced
+ ld [wdc02], a
ld a, [hROMBank]
push af
ld a, BANK(Function114243)
@@ -138,6 +139,6 @@ Function3ed7:: ; 3ed7
ld a, b
rst Bankswitch
- ld a, [$dc02]
+ ld a, [wdc02]
ret
; 3eea