mirror of https://github.com/zeldaret/tmc.git
manager26.c: moved struct for rom data to header
This commit is contained in:
parent
44915bff1f
commit
468746bf6d
|
|
@ -124,4 +124,13 @@ extern struct {
|
|||
|
||||
extern DiggingCaveEntrance* gUnk_08107DC0[];
|
||||
|
||||
typedef struct {
|
||||
u8 unk_00;
|
||||
u8 unk_01;
|
||||
u8 unk_02;
|
||||
u8 unk_03;
|
||||
u16 unk_04;
|
||||
u16 unk_06;
|
||||
} UnkManager26HelperStruct;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -13,15 +13,6 @@ typedef struct {
|
|||
u16 unk_2a;
|
||||
} Manager26;
|
||||
|
||||
typedef struct {
|
||||
u8 unk_00;
|
||||
u8 unk_01;
|
||||
u8 unk_02;
|
||||
u8 unk_03;
|
||||
u16 unk_04;
|
||||
u16 unk_06;
|
||||
} UnkManager26HelperStruct;
|
||||
|
||||
void sub_0805C6D0(Manager26*);
|
||||
void sub_0805C7A0(Manager26*);
|
||||
void sub_0805C7C4(Manager26*);
|
||||
|
|
|
|||
Loading…
Reference in New Issue