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

@@ -304,4 +304,10 @@
#define SPECIAL_VARS_END 0x8015
// If an overworld trigger uses this pseudo-variable as the trigger check,
// then the script will be run using RunScriptImmediately instead of in the
// global script context. This means it will run faster, but cannot do any
// cutscenes nor call a wait command. Used for weather effects in vanilla.
#define TRIGGER_RUN_IMMEDIATELY 0
#endif // GUARD_CONSTANTS_VARS_H