summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_40.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index 5ab12d24f..05f8a6b80 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -1552,10 +1552,10 @@ _LinkBattleSendReceiveAction:
and a ; BATTLEPLAYERACTION_USEMOVE?
jr nz, .switch
ld a, [wCurPlayerMove]
- ld b, BATTLEACTION_E
+ ld b, BATTLEACTION_STRUGGLE
cp STRUGGLE
jr z, .struggle
- ld b, BATTLEACTION_D
+ ld b, BATTLEACTION_SKIPTURN
cp $ff
jr z, .struggle
ld a, [wCurMoveNum]