summaryrefslogtreecommitdiff
path: root/engine/events/play_slow_cry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/play_slow_cry.asm')
-rw-r--r--engine/events/play_slow_cry.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/events/play_slow_cry.asm b/engine/events/play_slow_cry.asm
index 1f27a7ca4..6839b3960 100644
--- a/engine/events/play_slow_cry.asm
+++ b/engine/events/play_slow_cry.asm
@@ -1,4 +1,4 @@
-PlaySlowCry: ; fb841
+PlaySlowCry:
ld a, [wScriptVar]
call LoadCry
jr c, .done
@@ -28,4 +28,3 @@ PlaySlowCry: ; fb841
.done
ret
-; fb877