mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
started naming script stuff
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user