summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_40.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index 6becee7c0..b20c3de32 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -1529,7 +1529,7 @@ Function1009f3:
_LinkBattleSendReceiveAction:
call .StageForSend
- ld [wd431], a
+ ld [wLinkBattleSentAction], a
farcall PlaceWaitingText
ld a, [wLinkMode]
cp LINK_MOBILE
@@ -1573,7 +1573,7 @@ _LinkBattleSendReceiveAction:
ret
.LinkBattle_SendReceiveAction:
- ld a, [wd431]
+ ld a, [wLinkBattleSentAction]
ld [wPlayerLinkAction], a
ld a, $ff
ld [wOtherPlayerLinkAction], a
@@ -1642,7 +1642,7 @@ _LinkBattleSendReceiveAction:
Function100acf:
ld de, Unknown_100b0a
ld hl, wccb5
- ld a, [wd431]
+ ld a, [wLinkBattleSentAction]
ld [hli], a
ld c, $01
.asm_100adb