diff options
| author | Henny022p <info@henny022.de> | 2021-03-04 19:49:46 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-06 14:53:33 +0100 |
| commit | a35c22e940efc7af89562e725575a4e79394ab2e (patch) | |
| tree | 1b5d435084b12852e6594b295f676bc113d8022a /include/script.h | |
| parent | 1a8fad358a3d224bb035b8698162540a1372575b (diff) | |
started naming script stuff
Diffstat (limited to 'include/script.h')
| -rw-r--r-- | include/script.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/script.h b/include/script.h index 9abc5291..201d0f71 100644 --- a/include/script.h +++ b/include/script.h @@ -3,12 +3,12 @@ #include "global.h" -typedef struct { - u16* unk_00; +typedef struct ScriptExecutionContext { + u16* scriptInstructionPointer; u32 unk_04; u32 unk_08; u8 unk_0C[0x4]; // unused - u16 unk_10; + u16 wait; u16 unk_12; u32 unk_14; u8 unk_18; |
