summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 191366d0d..490f076a0 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -312,13 +312,13 @@ VolumeOff:: ; 3ca3
ret
; 3ca8
-Unused_FadeOutMusic:: ; 3ca8
+Unused_RotatePalettesRightMusic:: ; 3ca8
ld a, 4
ld [MusicFade], a
ret
; 3cae
-FadeInMusic:: ; 3cae
+RotatePalettesLeftMusic:: ; 3cae
ld a, 4 | 1 << 7
ld [MusicFade], a
ret