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
+1 -1
View File
@@ -41,7 +41,7 @@ extern const s16 GreatFairy_RippleOffsets[10];
extern u32 gUnk_02034350;
extern RoomVars gRoomVars;
extern Screen gScreen;
extern struct_02033280 gUnk_02033280;
extern struct_02033280 gActiveScriptInfo;
extern u8 gUnk_0812079C[8];
extern s16 gSineTable[];
extern s8 gUnk_081207AC[];
+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;
+4 -4
View File
@@ -121,13 +121,13 @@ extern struct_02024490 gUnk_02024490;
typedef struct {
u32 unk_00;
u16 unk_04;
u8 unk_06;
u8 unk_07;
u16 commandIndex;
u8 commandSize;
u8 flags;
u8 unk_08;
} struct_02033280;
extern struct_02033280 gUnk_02033280;
extern struct_02033280 gActiveScriptInfo;
typedef struct {
u16 unk_00;