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 25197d7c..02766c16 100644
--- a/engine/battle/move_effects/metronome.asm
+++ b/engine/battle/move_effects/metronome.asm
@@ -3,7 +3,7 @@ BattleCommand_Metronome:
call ClearLastMove
call CheckUserIsCharging
- jr nz, .asm_3742b
+ jr nz, .asm_3752a
ld a, [wKickCounter]
push af
@@ -11,7 +11,7 @@ BattleCommand_Metronome:
pop af
ld [wKickCounter], a
-.asm_3742b
+.asm_3752a
call LoadMoveAnim
.GetMove: