KungFuFurby / AddMusicKFF

Fork of AddMusicK, a compiler/inserter of music for Super Mario World
23 stars 15 forks source link

Incorrect music plays at the opening of the game #347

Closed KungFuFurby closed 1 year ago

KungFuFurby commented 1 year ago

Reported by GrenCarret on the SMWCentral Discord server, although I swear I heard of this earlier...

The standard level music somehow plays at the very beginning of the game after starting a new game past the Title Screen at the Welcome message instead of the actual song.

I identified the cause as being a conflict within tweaks.asm: multiple ASM snippets are trying to modify the same area, causing some of them to fail to apply.