Skip Shadow Statue Cutscene (#4612)

* Skip Shadow Statue Cutscene

* cleanup
This commit is contained in:
Pepper0ni 2024-12-03 19:30:14 +00:00 committed by GitHub
parent b1d1852655
commit b442c15322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,8 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
case ACTOR_BG_HIDAN_FWBIG:
case ACTOR_EN_EX_ITEM:
case ACTOR_EN_DNT_NOMAL:
case ACTOR_EN_DNT_DEMO: {
case ACTOR_EN_DNT_DEMO:
case ACTOR_BG_HAKA_ZOU: {
*should = false;
break;
}