summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-02 14:57:40 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-02 14:57:40 -0400
commit38571ea575fe718f764803afe917ad973f0e2230 (patch)
tree4de1044688f5b414c6f2079e7b9969199fd4297a /include/script.h
parent1aa55436483f75e72779ab50b406c67be16aa7a9 (diff)
Decompile unk_0204639C
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h3
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++))