diff options
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index 0a69f7dd..87ac778b 100644 --- a/include/script.h +++ b/include/script.h @@ -20,6 +20,9 @@ struct ScriptContext ScrCmdFunc *cmdTableEnd;
u32 data[4];
u32 unk74;
+ u32 unk78;
+ u32 unk7C;
+ void * unk80;
};
#define ScriptReadByte(ctx) (*(ctx->scriptPtr++))
|