diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-22 22:13:30 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-22 22:13:30 -0800 |
| commit | 1218a8b691b3aa0246e4bed3e463cea4103d57d0 (patch) | |
| tree | 4b32e2cd85e6227ba7e13ec3f7ba2c08f78d3e7a /include/script.h | |
| parent | a8f7b42ee20d23b80672cc16d3e0359cee786b91 (diff) | |
object6A ok
Diffstat (limited to 'include/script.h')
| -rw-r--r-- | include/script.h | 9 |
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*); |
