diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-02-10 01:03:54 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-02-10 02:52:50 +0200 |
| commit | 44295c9e065f524544779ec1a6e212311834e980 (patch) | |
| tree | ea240ee77e1a0cf24889edf3d2fb2c54a4b632d5 /include/script.h | |
| parent | 8f76bdda649e66ae060f85ab9892843ef041d2bc (diff) | |
Decompile roomInit.c asm_funcs
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 33ce1767..519af3c3 100644 --- a/include/script.h +++ b/include/script.h @@ -5,7 +5,7 @@ typedef struct ScriptExecutionContext { /*0x00*/ u16* scriptInstructionPointer; - /*0x03*/ u32 intVariable; + /*0x04*/ u32 intVariable; /*0x08*/ u32 postScriptActions; /*0x0C*/ u8 unk_0C[0x4]; // unused /*0x10*/ u16 wait; |
