summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/safeguard.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/safeguard.asm')
-rw-r--r--engine/battle/move_effects/safeguard.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/battle/move_effects/safeguard.asm b/engine/battle/move_effects/safeguard.asm
index 1dc233eab..a926bdccc 100644
--- a/engine/battle/move_effects/safeguard.asm
+++ b/engine/battle/move_effects/safeguard.asm
@@ -1,4 +1,4 @@
-BattleCommand_Safeguard: ; 37939
+BattleCommand_Safeguard:
; safeguard
ld hl, wPlayerScreens
@@ -21,5 +21,3 @@ BattleCommand_Safeguard: ; 37939
.failed
call AnimateFailedMove
jp PrintButItFailed
-
-; 37962