Add restoration for NTSC 1.0 shutter door range (#5757)

This commit is contained in:
Eblo
2025-08-25 15:51:50 -04:00
committed by GitHub
parent d8453b2b68
commit 4c269cab30
4 changed files with 44 additions and 1 deletions

View File

@@ -1165,6 +1165,10 @@ void SohMenu::AddMenuEnhancements() {
.CVar(CVAR_ENHANCEMENT("NGCKaleidoSwitcher"))
.Options(CheckboxOptions().Tooltip(
"Makes L and R switch pages like on the GameCube. Z opens the Debug Menu instead."));
AddWidget(path, "Wide Door Ranges", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("WideShutterDoorRange"))
.Options(CheckboxOptions().Tooltip("Restores the wider range of certain shutter doors from NTSC 1.0.\n"
"Notably affects Jabu-Jabu and boss doors."));
AddWidget(path, "Grave Hole Jumps", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("GraveHoles"))
.Options(CheckboxOptions().Tooltip(