From 5c942377dd395b5f6fa2b4a77f67a1c70450c0d9 Mon Sep 17 00:00:00 2001 From: qwertymodo Date: Sat, 21 Sep 2019 15:26:09 -0700 Subject: [PATCH] Fix S&Q music fadeout --- hooks.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hooks.asm b/hooks.asm index d53dc37..7ee6486 100755 --- a/hooks.asm +++ b/hooks.asm @@ -1479,6 +1479,12 @@ dw !REG_MUSIC_CONTROL org $008101 dw !REG_MUSIC_CONTROL + +org $09F512 +dw !REG_MUSIC_CONTROL + +org $0CF05F +dw !REG_MUSIC_CONTROL ;-------------------------------------------------------------------------------- ;================================================================================