diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-02 14:57:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-02 14:57:40 -0400 |
commit | 38571ea575fe718f764803afe917ad973f0e2230 (patch) | |
tree | 4de1044688f5b414c6f2079e7b9969199fd4297a /include/script.h | |
parent | 1aa55436483f75e72779ab50b406c67be16aa7a9 (diff) |
Decompile unk_0204639C
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++))
|