summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 9756d0460..191366d0d 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -312,7 +312,7 @@ VolumeOff:: ; 3ca3
ret
; 3ca8
-FadeOutMusic:: ; 3ca8
+Unused_FadeOutMusic:: ; 3ca8
ld a, 4
ld [MusicFade], a
ret