mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 06:53:27 -04:00
Document various fields and functions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user