From 18ef0d34b4ce9801ae26449e3a32ac9d985e43de Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sat, 6 Aug 2022 15:21:41 +0300 Subject: Document various fields and functions --- include/script.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/script.h') 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; -- cgit v1.2.3