From 57f00c0eae4cc00fa329df0d13752f7de096054f Mon Sep 17 00:00:00 2001 From: octorock <79596758+octorock@users.noreply.github.com> Date: Sun, 26 Dec 2021 23:44:43 +0100 Subject: Name some script commands --- include/script.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/script.h') diff --git a/include/script.h b/include/script.h index 9dd1f116..b59d8916 100644 --- a/include/script.h +++ b/include/script.h @@ -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); -- cgit v1.2.3