This commit is contained in:
theo3
2021-12-27 18:23:03 -08:00
687 changed files with 10774 additions and 9983 deletions
+4 -3
View File
@@ -20,13 +20,14 @@ typedef struct ScriptExecutionContext {
} ScriptExecutionContext;
typedef struct {
u32 unk_00;
// Sync flags are used to synchronize scripts running on different entities
u32 syncFlags;
u16 commandIndex;
u8 commandSize;
u8 flags;
u8 unk_08;
} struct_02033280;
extern struct_02033280 gActiveScriptInfo;
} ActiveScriptInfo;
extern ActiveScriptInfo gActiveScriptInfo;
void ExecuteScript(Entity* entity, ScriptExecutionContext* context);