diff options
Diffstat (limited to 'battle/effects/mirror_move.asm')
-rw-r--r-- | battle/effects/mirror_move.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/mirror_move.asm b/battle/effects/mirror_move.asm index 1b39b1ad3..e6196466b 100644 --- a/battle/effects/mirror_move.asm +++ b/battle/effects/mirror_move.asm @@ -40,11 +40,11 @@ BattleCommand_MirrorMove: ; 373c9 call Function34548 jr nz, .done - ld a, [wc689] + ld a, [wKickCounter] push af call BattleCommand_LowerSub pop af - ld [wc689], a + ld [wKickCounter], a .done call BattleCommand_MoveDelay |