summaryrefslogtreecommitdiff
path: root/misc/mobile_40.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-06 09:04:27 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-06 09:04:27 -0500
commitf0830f084f74a9187dd71b64ad77db400d541f2d (patch)
tree4fa732f7c81a40c01411ae4e1a991b02caf0fe0a /misc/mobile_40.asm
parent5eed48f05d3634146deb2442cd8f62bbad0ae352 (diff)
BATTLEACTION constants
Diffstat (limited to 'misc/mobile_40.asm')
-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