started naming script stuff

This commit is contained in:
Henny022p
2021-03-04 19:49:46 +01:00
committed by octorock
parent 1a8fad358a
commit a35c22e940
35 changed files with 804 additions and 779 deletions
+3 -3
View File
@@ -3,12 +3,12 @@
#include "global.h"
typedef struct {
u16* unk_00;
typedef struct ScriptExecutionContext {
u16* scriptInstructionPointer;
u32 unk_04;
u32 unk_08;
u8 unk_0C[0x4]; // unused
u16 unk_10;
u16 wait;
u16 unk_12;
u32 unk_14;
u8 unk_18;