diff options
Diffstat (limited to 'battle/effects/mirror_move.asm')
-rw-r--r-- | battle/effects/mirror_move.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/mirror_move.asm b/battle/effects/mirror_move.asm index 32a1998bb..146c6df03 100644 --- a/battle/effects/mirror_move.asm +++ b/battle/effects/mirror_move.asm @@ -1,4 +1,4 @@ -BattleCommand1b: ; 373c9 +BattleCommand_MirrorMove: ; 373c9 ; mirrormove call Function372d8 @@ -47,6 +47,6 @@ BattleCommand1b: ; 373c9 ld [wc689], a .done - call BattleCommandaa + call BattleCommand_MoveDelay jp ResetTurn ; 37418 |