manager4.c: ok

except that one function I gave up on, maybe someone else has an idea on how to make that work.
This commit is contained in:
Ibot02
2020-08-17 13:57:58 +02:00
parent bbf4c44bba
commit cfaba92b84
6 changed files with 256 additions and 336 deletions
+21
View File
@@ -43,4 +43,25 @@ typedef struct {
} PACKED field_0x07;
} UnkManagerHelperStruct;
typedef struct {
u16 unk_00;
u8 source_roomID;
u8 unk_03;
u8 target_areaID;
u8 target_roomID;
u16 unk_06;
} DiggingCaveEntrance;
extern struct {
DiggingCaveEntrance* unk_00;
u16 unk_04;
u16 unk_06;
u8 unk_08;
u8 unk_09;
u8 unk_0a;
u8 unk_0b;
} gUnk_03004030;
extern DiggingCaveEntrance* gUnk_08107DC0[];
#endif
+7 -1
View File
@@ -147,4 +147,10 @@ typedef struct {
extern struct_02024490 gUnk_02024490;
#endif
typedef struct {
u16 unk_00;
u8 unk_02[0xE];
} struct_02034480;
extern struct_02034480 gUnk_02034480;
#endif