mirror of
https://github.com/zeldaret/tmc
synced 2026-08-04 09:09:32 -04:00
manager26.c: moved struct for rom data to header
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user