diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-05 22:56:37 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-05 22:56:37 +0300 |
| commit | d3c5ce50f0e973db16fda93552d4c412fe302551 (patch) | |
| tree | a8ce326b8f1d85ddbaffec84ac604a36c7c304b3 /include/script.h | |
| parent | 55213bc9a4fd54716c67c40554b2f4a010c6cfdf (diff) | |
Add fade flags enum
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 519af3c3..3c4e5bfe 100644 --- a/include/script.h +++ b/include/script.h @@ -25,7 +25,7 @@ typedef struct { /*0x4*/ u16 commandIndex; /*0x6*/ u8 commandSize; /*0x7*/ u8 flags; - /*0x8*/ u8 unk_08; + /*0x8*/ u8 fadeSpeed; } ActiveScriptInfo; extern ActiveScriptInfo gActiveScriptInfo; |
