Name some script commands

This commit is contained in:
octorock
2021-12-26 23:44:43 +01:00
parent 2ccf89a1fb
commit 57f00c0eae
365 changed files with 1579 additions and 1576 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);