Reset changes to script.c

This commit is contained in:
octorock
2021-03-04 23:37:57 +01:00
parent 461ab77595
commit 1a8fad358a
8 changed files with 239 additions and 471 deletions
+2 -6
View File
@@ -119,15 +119,11 @@ typedef struct {
extern struct_02024490 gUnk_02024490;
// Some kind of ScriptInterpreter state?
typedef struct {
u32 unk_00;
u16 operationId;
u16 unk_04;
u8 unk_06;
// bit 0 is reset before each script execution
// execution is continued if bit 0 or bit 1 are true, so bit 1 can be set to execute until someone unsets bit 1
u8 continueScriptExecutionFlags;
u8 unk_07;
u8 unk_08;
} struct_02033280;