Document various fields and functions

This commit is contained in:
Tal Hayon
2022-08-06 15:21:41 +03:00
parent 64c2f2476d
commit 18ef0d34b4
79 changed files with 378 additions and 346 deletions
+8
View File
@@ -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;