manager26.c: moved struct for rom data to header

This commit is contained in:
Ibot02 2021-01-22 00:38:22 +01:00
parent 44915bff1f
commit 468746bf6d
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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*);