diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2024-11-12 15:09:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 13:09:08 -0700 |
| commit | 1eff613aa6c89d7b60ed3db0127e3a75a83b447f (patch) | |
| tree | b1f682f745e464cbc60f1390d6df159eea3afefa | |
| parent | c8e460cebe19b231f5dbd837d4701df7efbdfcc0 (diff) | |
Fix skipping twisted hallway cutscenes (#4536)
| -rw-r--r-- | soh/soh/Enhancements/timesaver_hook_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/timesaver_hook_handlers.cpp b/soh/soh/Enhancements/timesaver_hook_handlers.cpp index af4192c89..9bc5fa523 100644 --- a/soh/soh/Enhancements/timesaver_hook_handlers.cpp +++ b/soh/soh/Enhancements/timesaver_hook_handlers.cpp @@ -310,6 +310,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li case ACTOR_BG_SPOT05_SOKO: case ACTOR_BG_SPOT18_BASKET: case ACTOR_BG_HIDAN_CURTAIN: + case ACTOR_BG_MORI_HINERI: *should = false; RateLimitedSuccessChime(); break; |
