Skip Biggoron's waking up cutscene (#4689)

* Skip Biggoron's waking up cutscene

* Allow fast speaking and trading
This commit is contained in:
Jordan Longstaff 2024-12-15 16:00:43 -05:00 committed by GitHub
parent 1cf3319936
commit 0f167d119b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,6 +288,12 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
RateLimitedSuccessChime();
break;
}
case ACTOR_EN_GO2: {
EnGo2* biggoron = (EnGo2*)actor;
biggoron->isAwake = true;
*should = false;
break;
}
case ACTOR_BG_HIDAN_FWBIG:
case ACTOR_EN_EX_ITEM:
case ACTOR_EN_DNT_NOMAL: