Disable Title AUDIO_SPEC set when scene changes for now.

This commit is contained in:
Sonic Dreamcaster
2026-02-25 00:06:47 -03:00
parent 28b43e1b60
commit 9d8172f45c
+2 -1
View File
@@ -109,7 +109,8 @@ u8 Load_SceneSetup(u8 sceneId, u8 sceneSetup) {
case SCENE_TITLE:
changeScene = Load_SceneFiles(&sOvlmenu_Title[sceneSetup]);
if (changeScene == true) {
AUDIO_SET_SPEC(SFXCHAN_0, AUDIOSPEC_22);
// Causes audio hang for a few seconds when going from the menu to the title
// AUDIO_SET_SPEC(SFXCHAN_0, AUDIOSPEC_22);
}
break;
case SCENE_MENU: