diff options
| author | Henny022p <info@henny022.de> | 2021-03-08 00:52:06 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-03-08 00:52:06 +0100 |
| commit | 9bef8b068c7b59c2e1f71f5852bb671e41c48734 (patch) | |
| tree | 7f0747474c08219b666834f26b369ba7523c1be4 /include | |
| parent | 3e71687184aa734806197f9363c352feb914ba3a (diff) | |
naming stuff
Diffstat (limited to 'include')
| -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 aebc64dd..b1aeca73 100644 --- a/include/script.h +++ b/include/script.h @@ -5,7 +5,7 @@ typedef struct ScriptExecutionContext { u16* scriptInstructionPointer; - u32 unk_04; + u32 intVariable; u32 unk_08; u8 unk_0C[0x4]; // unused u16 wait; |
