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
+5 -2
View File
@@ -35,6 +35,7 @@ struct UserSettings {
int damageMultiplier;
bool instantDeath;
bool fastClimbing;
bool noMissClimbing;
bool fastTears;
// Preferences
@@ -46,10 +47,12 @@ struct UserSettings {
bool useWaterProjectionOffset;
// Audio
bool noLowHpSound;
bool noLowHpSound;
bool midnasLamentNonStop;
// Cheats
bool enableFastIronBoots;
bool canTransformAnywhere;
// Technical
bool restoreWiiGlitches;