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.asm7
1 files changed, 2 insertions, 5 deletions
diff --git a/engine/battle/move_effects/metronome.asm b/engine/battle/move_effects/metronome.asm
index 6835ab569..25197d7cd 100644
--- a/engine/battle/move_effects/metronome.asm
+++ b/engine/battle/move_effects/metronome.asm
@@ -1,4 +1,4 @@
-BattleCommand_Metronome: ; 37418
+BattleCommand_Metronome:
; metronome
call ClearLastMove
@@ -34,13 +34,10 @@ BattleCommand_Metronome: ; 37418
call CheckUserMove
jr z, .GetMove
-
ld a, BATTLE_VARS_MOVE
call GetBattleVarAddr
ld [hl], b
call UpdateMoveData
jp ResetTurn
-; 37454
-
-INCLUDE "data/battle/metronome_exception_moves.asm"
+INCLUDE "data/moves/metronome_exception_moves.asm"