summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-08-06 15:21:41 +0300
committerTal Hayon <talhayon1@gmail.com>2022-08-06 15:21:41 +0300
commit18ef0d34b4ce9801ae26449e3a32ac9d985e43de (patch)
tree38faf63b8f005c8860746273cae12b101d7e8f57 /include/script.h
parent64c2f2476d3090856bfa450f06b19b87709a8170 (diff)
Document various fields and functions
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h8
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;