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.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/battle/effects/metronome.asm b/battle/effects/metronome.asm
index 6815377d0..ddc1bf62e 100644
--- a/battle/effects/metronome.asm
+++ b/battle/effects/metronome.asm
@@ -1,18 +1,18 @@
-BattleCommand34: ; 37418
+BattleCommand_Metronome: ; 37418
; metronome
- call Function372d8
- call Function34548
+ call ClearLastMove
+ call CheckUserIsCharging
jr nz, .asm_3742b
- ld a, [wc689]
+ ld a, [wKickCounter]
push af
- call BattleCommand0a
+ call BattleCommand_LowerSub
pop af
- ld [wc689], a
+ ld [wKickCounter], a
.asm_3742b
- call Function37e36
+ call LoadMoveAnim
.GetMove
call BattleRandom