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
+9
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