diff options
Diffstat (limited to 'battle/effects/metronome.asm')
-rw-r--r-- | battle/effects/metronome.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/metronome.asm b/battle/effects/metronome.asm index ba20de47d..016d67089 100644 --- a/battle/effects/metronome.asm +++ b/battle/effects/metronome.asm @@ -7,7 +7,7 @@ BattleCommand_Metronome: ; 37418 ld a, [wc689] push af - call BattleCommand0a + call BattleCommand_LowerSub pop af ld [wc689], a |