From d4d88de8272cc05a7ef0e87078ca4d5fbee5ca7f Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Sat, 6 Jun 2026 16:26:53 -0400 Subject: [PATCH] Change trial barrier cutscene skip to Story (#6592) --- soh/soh/Enhancements/timesaver_hook_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/timesaver_hook_handlers.cpp b/soh/soh/Enhancements/timesaver_hook_handlers.cpp index d96cf0ab2d..e272b13c73 100644 --- a/soh/soh/Enhancements/timesaver_hook_handlers.cpp +++ b/soh/soh/Enhancements/timesaver_hook_handlers.cpp @@ -520,7 +520,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li } break; case VB_PLAY_DISPEL_BARRIER_CS: { - if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.OnePoint"), IS_RANDO)) { + if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.Story"), IS_RANDO)) { static s16 trialEntrances[] = { 0, ENTR_INSIDE_GANONS_CASTLE_3,