summaryrefslogtreecommitdiff
path: root/battle/effects/metronome.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effects/metronome.asm')
-rw-r--r--battle/effects/metronome.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effects/metronome.asm b/battle/effects/metronome.asm
index 016d67089..af574061d 100644
--- a/battle/effects/metronome.asm
+++ b/battle/effects/metronome.asm
@@ -5,14 +5,14 @@ BattleCommand_Metronome: ; 37418
call Function34548
jr nz, .asm_3742b
- ld a, [wc689]
+ ld a, [wKickCounter]
push af
call BattleCommand_LowerSub
pop af
- ld [wc689], a
+ ld [wKickCounter], a
.asm_3742b
- call Function37e36
+ call PlayPlayerMoveAnim_ClearHiID
.GetMove
call BattleRandom