Language…
14 users online:  bebn legg, Boosius, BWGLite, Casinha, GrenudoGames, Guido_Keller,  Major Flare, ModernKiwi, orka-bln, PaceTheAce,  shovda, suspense, yoshi3706, YouFailMe - Guests: 196 - Bots: 215
Users: 64,666 (2,407 active)
Latest user: Dongulusrift

I put custom music in the bonus game, but it won't play.

I put a custom song in the bonus game level (100), and I can't hear it. I can still hear sound effects and play and finish the bonus game, but there's no background music. The "bonus game finish" music doesn't play, and I didn't change that one.

My song isn't the problem, because I put it in other levels and it works fine. I'm inserting the song using the Music Bypass Settings like how it's normally inserted.

How can I fix this problem and have my music play properly in the bonus game?
Bump.
Bump 2.
Have you inserted any kind of ASM into your hack? There might be a conflict there.
Twitter
The handomest people in the world are ones who follow my Twitch
Originally posted by K.T.B.
Have you inserted any kind of ASM into your hack? There might be a conflict there.

No, my hack is entirely vanilla.
Originally posted by SaturatedMuk
I'm inserting the song using the Music Bypass Settings like how it's normally inserted.


The Bonus Game Level handles the music differently. For some reason, it wants music to be in the same slot as the Switch Palace's theme.

Can't say I know in great detail, but you either replace the Switch Palace theme (Song 12) or change it in tweaks.asm from the asm folder.

Code
!SwitchPalace	= #$XX ;Song Number

100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Originally posted by MarkVD100
Can't say I know in great detail, but you either replace the Switch Palace theme (Song 12) or change it in tweaks.asm from the asm folder.


That worked. My bonus game now plays music like it's supposed to. The "bonus game end" music went on just one note too long, though. I fixed that by replacing it with custom music that was the same length as the normal song, using the same method. My bonus game music and "bonus game end" music both sound fine, although there is now a new problem.

Before the bonus game ends, Mario freezes and Layer 3 is disabled for a second, before Mario unfreezes and the "bonus game end" music plays. The bonus game still ends like normal. Is there a way I can fix the freezing?
What port did you use? I think you should use it as a global song and not a local song. Basically just put it back to the value that 09 Bonus End was previously and then replace the original bonus game end in the list or GUI with that port.
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Originally posted by MarkVD100
What port did you use? I think you should use it as a global song and not a local song. Basically just put it back to the value that 09 Bonus End was previously and then replace the original bonus game end in the list or GUI with that port.

Thank you so much! I changed the song in port 09 and it works great!