diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2024-12-09 11:14:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 09:14:47 -0700 |
| commit | de6f5d8b65db2149eec50db7db158570a31f0cde (patch) | |
| tree | c3fa3cb7d1fc9d66043ef2cd4d8c149f31295e79 | |
| parent | 23dc4257a76467ad5bcc110ad2402cef7f300d55 (diff) | |
Skip Water Temple portcullis opening cutscene (#4641)
| -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 07fbe91b3..c78c3f19c 100644 --- a/soh/soh/Enhancements/timesaver_hook_handlers.cpp +++ b/soh/soh/Enhancements/timesaver_hook_handlers.cpp @@ -307,6 +307,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li case ACTOR_BG_YDAN_MARUTA: case ACTOR_BG_SPOT18_SHUTTER: case ACTOR_BG_SPOT05_SOKO: + case ACTOR_BG_SPOT06_OBJECTS: case ACTOR_BG_SPOT18_BASKET: case ACTOR_BG_HIDAN_CURTAIN: case ACTOR_BG_MORI_HINERI: |
