diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2022-08-07 16:01:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-07 16:01:46 -0700 |
| commit | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (patch) | |
| tree | bba486c0af6698f2366f14cbf4b092b981f9e107 /include/script.h | |
| parent | e26311d0997e919b16e193aa57ecc4384a1b0140 (diff) | |
| parent | c45195c57754b1c802a2bae3e473df01bed4cd85 (diff) | |
Merge pull request #553 from hatal175/document
Diffstat (limited to 'include/script.h')
| -rw-r--r-- | include/script.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index 0c1c4ed5..78e29963 100644 --- a/include/script.h +++ b/include/script.h @@ -3,6 +3,14 @@ #include "entity.h" +enum SetMessageValueIndex { + SMV_DEFAULT, + SMV_RUPEES, + SMV_FIELD_0X14, + SMV_FIELD_0X18, + SMV_FIELD_0X1C, +}; + typedef struct ScriptExecutionContext { /*0x00*/ u16* scriptInstructionPointer; /*0x04*/ u32 intVariable; |
