summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/mirror_move.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/mirror_move.asm')
-rw-r--r--engine/battle/move_effects/mirror_move.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/mirror_move.asm b/engine/battle/move_effects/mirror_move.asm
index 98e8aacc..86259d11 100644
--- a/engine/battle/move_effects/mirror_move.asm
+++ b/engine/battle/move_effects/mirror_move.asm
@@ -40,11 +40,11 @@ BattleCommand_MirrorMove:
call CheckUserIsCharging
jr nz, .done
- ld a, [wKickCounter]
+ ld a, [wBattleAnimParam]
push af
call BattleCommand_LowerSub
pop af
- ld [wKickCounter], a
+ ld [wBattleAnimParam], a
.done
call BattleCommand_MoveDelay