Skip Biggoron's waking up cutscene (#4689)
* Skip Biggoron's waking up cutscene * Allow fast speaking and trading
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user