Skip one-point cutscene of Amy's blocks falling (#4645)

This commit is contained in:
Jordan Longstaff 2024-12-09 11:14:01 -05:00 committed by GitHub
parent d0bfa6860b
commit 23dc4257a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,6 +212,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
s16* csId = va_arg(args, s16*); s16* csId = va_arg(args, s16*);
BgSpot03Taki* taki = NULL; BgSpot03Taki* taki = NULL;
switch (*csId) { switch (*csId) {
case 3150:
case 4180: case 4180:
case 4100: case 4100:
*should = false; *should = false;