From fe4ef4e5951e855174cbff3da308b342b0b5bd09 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 17 Dec 2015 17:51:32 -0500 Subject: Elevator --- battle/effect_commands.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battle') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index d5d9a78b9..3e66c446a 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -1,7 +1,7 @@ DoPlayerTurn: ; 34000 call SetPlayerTurn - ld a, [wd0ec] + ld a, [wPlayerAction] and a ret nz @@ -9025,7 +9025,7 @@ BatonPass_LinkPlayerSwitch: ; 37a67 ret z ld a, 1 - ld [wd0ec], a + ld [wPlayerAction], a call LoadStandardMenuDataHeader ld hl, LinkBattleSendReceiveAction @@ -9033,7 +9033,7 @@ BatonPass_LinkPlayerSwitch: ; 37a67 call WriteBackup xor a - ld [wd0ec], a + ld [wPlayerAction], a ret ; 37a82 -- cgit v1.2.3