summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-22 22:13:30 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-22 22:13:30 -0800
commit1218a8b691b3aa0246e4bed3e463cea4103d57d0 (patch)
tree4b32e2cd85e6227ba7e13ec3f7ba2c08f78d3e7a /include/script.h
parenta8f7b42ee20d23b80672cc16d3e0359cee786b91 (diff)
object6A ok
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h
index a251d2d5..9dd1f116 100644
--- a/include/script.h
+++ b/include/script.h
@@ -19,6 +19,15 @@ typedef struct ScriptExecutionContext {
union SplitWord y;
} ScriptExecutionContext;
+typedef struct {
+ u32 unk_00;
+ u16 commandIndex;
+ u8 commandSize;
+ u8 flags;
+ u8 unk_08;
+} struct_02033280;
+extern struct_02033280 gActiveScriptInfo;
+
void ExecuteScript(Entity* entity, ScriptExecutionContext* context);
extern u32 GetNextScriptCommandHalfword(u16*);