From f8b75347d6e1710dde69cbd5828d549e00e6b519 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Mon, 4 May 2026 13:11:00 -0400 Subject: [PATCH] Change trial barrier cutscene skip to Story --- 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 d96cf0ab2d9..e272b13c733 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,