summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/mobile_40.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index 25a769b85..7ffe48b9e 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -4005,7 +4005,7 @@ Function1019ee: ; 1019ee
ld a, $1
.asm_101a1e
- ld [$ffcb], a
+ ld [hLinkPlayerNumber], a
ret
; 101a21
@@ -4024,7 +4024,7 @@ Function101a21: ; 101a21
xor a
ld [wc2d7], a
ld a, $ff
- ld [$ffcb], a
+ ld [hLinkPlayerNumber], a
pop af
ld [Options], a
ret