AlexanderHarrison / TrainingMode-More

An updated version of UnclePunch's TrainingMode with new features and bugfixes. PRs welcome!
20 stars 8 forks source link

Have music be off by default #35

Open strabitz opened 2 weeks ago

strabitz commented 2 weeks ago

When loading into the game, I think music should be off by default.

NickCondron commented 2 weeks ago

There is existing functionality to disable music on a per-event basis in event.c, so it's set to be off by default in a number of events already. However, it doesn't seem to work properly.

Slippi dolphin comes with a gecko code that allows you to disable music entirely.

If you turn music off in the options menu it will save the setting to your memory card and stay off next time you load the game.

Investigating the bug in the existing behavior would be a good place to start.