Merge branch 'main' into feature/no-low-hp-sound

This commit is contained in:
MelonSpeedruns
2026-04-04 21:50:00 -04:00
committed by GitHub
7 changed files with 81 additions and 27 deletions
+3
View File
@@ -31,6 +31,7 @@ UserSettings g_userSettings = {
.damageMultiplier = 1,
.instantDeath = false,
.fastClimbing = false,
.noMissClimbing = false,
.fastTears = false,
// Preferences
@@ -43,9 +44,11 @@ UserSettings g_userSettings = {
// Audio
.noLowHpSound = false,
.midnasLamentNonStop = false,
// Cheats
.enableFastIronBoots = false,
.canTransformAnywhere = false,
// Technical
.restoreWiiGlitches = false,