object6A ok

This commit is contained in:
theo3
2021-12-22 22:13:30 -08:00
parent a8f7b42ee2
commit 1218a8b691
21 changed files with 1417 additions and 3419 deletions
+9
View File
@@ -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*);