summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/future_sight.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/future_sight.asm')
-rw-r--r--engine/battle/move_effects/future_sight.asm8
1 files changed, 2 insertions, 6 deletions
diff --git a/engine/battle/move_effects/future_sight.asm b/engine/battle/move_effects/future_sight.asm
index fa2148ab7..c28841b35 100644
--- a/engine/battle/move_effects/future_sight.asm
+++ b/engine/battle/move_effects/future_sight.asm
@@ -1,4 +1,4 @@
-BattleCommand_CheckFutureSight: ; 37d0d
+BattleCommand_CheckFutureSight:
; checkfuturesight
ld hl, wPlayerFutureSightCount
@@ -25,9 +25,7 @@ BattleCommand_CheckFutureSight: ; 37d0d
ld b, futuresight_command
jp SkipToBattleCommand
-; 37d34
-
-BattleCommand_FutureSight: ; 37d34
+BattleCommand_FutureSight:
; futuresight
call CheckUserIsCharging
@@ -81,5 +79,3 @@ BattleCommand_FutureSight: ; 37d34
call AnimateFailedMove
call PrintButItFailed
jp EndMoveEffect
-
-; 37d94