summaryrefslogtreecommitdiff
path: root/home/mobile.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/mobile.asm')
-rw-r--r--home/mobile.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/mobile.asm b/home/mobile.asm
index dbf982d72..f8e45472e 100644
--- a/home/mobile.asm
+++ b/home/mobile.asm
@@ -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