summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/metronome.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/metronome.asm')
-rw-r--r--engine/battle/move_effects/metronome.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/metronome.asm b/engine/battle/move_effects/metronome.asm
index 02766c16..966133ee 100644
--- a/engine/battle/move_effects/metronome.asm
+++ b/engine/battle/move_effects/metronome.asm
@@ -5,11 +5,11 @@ BattleCommand_Metronome:
call CheckUserIsCharging
jr nz, .asm_3752a
- ld a, [wKickCounter]
+ ld a, [wBattleAnimParam]
push af
call BattleCommand_LowerSub
pop af
- ld [wKickCounter], a
+ ld [wBattleAnimParam], a
.asm_3752a
call LoadMoveAnim