Added skip of Forest Stage leader cutscene (#4818)

This commit is contained in:
Jordan Longstaff 2025-01-11 04:55:36 -05:00 committed by GitHub
parent 8e8befc6d5
commit 0ae7f626a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;