From 0ae7f626a1dccc17a9d98ea0fc701616f955ac7f Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Sat, 11 Jan 2025 04:55:36 -0500 Subject: [PATCH] Added skip of Forest Stage leader cutscene (#4818) --- soh/soh/Enhancements/timesaver_hook_handlers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/timesaver_hook_handlers.cpp b/soh/soh/Enhancements/timesaver_hook_handlers.cpp index 5a19feabc..1056f9c9b 100644 --- a/soh/soh/Enhancements/timesaver_hook_handlers.cpp +++ b/soh/soh/Enhancements/timesaver_hook_handlers.cpp @@ -331,6 +331,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li case ACTOR_SHOT_SUN: case ACTOR_BG_HAKA_GATE: case ACTOR_EN_KAKASI2: + case ACTOR_EN_DNT_JIJI: *should = false; RateLimitedSuccessChime(); break;