diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-06 19:19:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 19:19:49 +0300 |
commit | 760a22318663896b2ebd76d8d3213dcc9e9bcfe5 (patch) | |
tree | a2329b091d524c0d389e9d0b4750bde02cf75ede /include/script.h | |
parent | ce2b89342f6277cf881d6a03194ef43b2a310fe4 (diff) | |
parent | 465ca61e67cb2b04cbe316fedab513f0b0b4e10f (diff) |
Merge pull request #138 from PikalaxALT/pikalax_work
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++))
|