mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 01:51:47 -04:00
Manager3.c: ok
This commit is contained in:
+7
-2
@@ -11,7 +11,12 @@ typedef struct {
|
||||
u16 localFlagOffset;
|
||||
u8 filler[10];
|
||||
u16 field_0x10;
|
||||
u8 filler3[7];
|
||||
u16 field_0x12;
|
||||
u16 field_0x14;
|
||||
u8 field_0x16;
|
||||
u8 field_0x17;
|
||||
u8 field_0x18;
|
||||
//u8 filler3[7];
|
||||
u8 fadeOut;
|
||||
u8 filler2[14];
|
||||
u8 filler4[0x835];
|
||||
@@ -25,4 +30,4 @@ typedef struct {
|
||||
|
||||
extern Area gArea;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+2
-1
@@ -21,7 +21,8 @@ typedef struct Manager {
|
||||
/*0x0c*/ u8 action;
|
||||
/*0x0d*/ u8 unk_0d;
|
||||
/*0x0e*/ u8 unk_0e;
|
||||
/*0x0f*/ u8 unk_0f[0x5];
|
||||
/*0x0f*/ u8 unk_0f;
|
||||
/*0x10*/ u8 unk_10[0x4];
|
||||
/*0x14*/ struct Manager * parent;
|
||||
/*0x18*/ u8 unk_18[0x8];
|
||||
// union SplitHWord unk_20;
|
||||
|
||||
+4
-2
@@ -57,7 +57,9 @@ typedef struct {
|
||||
/*0x8c*/ u32 field_0x8c;
|
||||
/*0x90*/ union SplitWord field_0x90;
|
||||
/*0x94*/ u32 field_0x94[5];
|
||||
/*0xa8*/ u8 field_0xa8[3];
|
||||
/*0xa8*/ u8 field_0xa8;
|
||||
/*0xa9*/ u8 field_0xa9;
|
||||
/*0xaa*/ u8 field_0xaa;
|
||||
/*0xab*/ u8 field_0xab;
|
||||
/*0xac*/ u32 field_0xac;
|
||||
} PlayerState;
|
||||
@@ -108,4 +110,4 @@ extern s32 ModHealth(s32);
|
||||
extern void ModRupees(s32);
|
||||
#endif
|
||||
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
|
||||
Reference in New Issue
Block a user