summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-10-21 00:52:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-10-21 00:52:10 -0400
commit3b20a18200befcf7da9a88ed5ae4fb57280ad8aa (patch)
treef2e1ee0f20111b1b39ee1d83d8464a31cf237122 /mobile
parent12666e3c70deb3a8859a22d32e31967cb971b69d (diff)
Identify BATTLEACTION_D and _E (thanks, ax6)
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]