diff options
Diffstat (limited to 'home/fade_audio.asm')
-rw-r--r-- | home/fade_audio.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/fade_audio.asm b/home/fade_audio.asm index 4ad2607d..f4e77c3f 100644 --- a/home/fade_audio.asm +++ b/home/fade_audio.asm @@ -38,9 +38,7 @@ FadeOutAudio:: ld b, a xor a ld [wAudioFadeOutControl], a - ld a, SFX_STOP_ALL_MUSIC - ld [wNewSoundID], a - call PlaySound + call StopAllMusic ld a, [wAudioSavedROMBank] ld [wAudioROMBank], a ld a, b |