Add restoration for NTSC 1.0 shutter door range (#5757)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user