diff options
| author | Henny022p <info@henny022.de> | 2021-03-04 20:59:20 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-06 14:53:33 +0100 |
| commit | 849ff8dcfd1e9b24b91bf830719a24f31f113115 (patch) | |
| tree | 7227206b0e42892b2eab4b175e4b3351cd52e1ff /include/script.h | |
| parent | a35c22e940efc7af89562e725575a4e79394ab2e (diff) | |
named a lot of script commands
Diffstat (limited to 'include/script.h')
| -rw-r--r-- | include/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index 201d0f71..aebc64dd 100644 --- a/include/script.h +++ b/include/script.h @@ -10,7 +10,7 @@ typedef struct ScriptExecutionContext { u8 unk_0C[0x4]; // unused u16 wait; u16 unk_12; - u32 unk_14; + u32 condition; u8 unk_18; u8 unk_19; u8 unk_1A; |
