Merge pull request #1805 from tustin2121/tustin2121-patch-runimmedeately

Document seldom-used trigger functionality
This commit is contained in:
GriffinR
2022-10-20 11:45:35 -04:00
committed by GitHub
7 changed files with 43 additions and 37 deletions

View File

@@ -884,7 +884,7 @@ static u8 *TryRunCoordEventScript(struct CoordEvent *coordEvent)
DoCoordEventWeather(coordEvent->trigger);
return NULL;
}
if (coordEvent->trigger == 0)
if (coordEvent->trigger == TRIGGER_RUN_IMMEDIATELY)
{
RunScriptImmediately(coordEvent->script);
return NULL;