Discover local pointers in globals.c
This commit is contained in:
parent
01fb7c3ccc
commit
dcfa7e32cd
2290
src/globals.c
2290
src/globals.c
File diff suppressed because it is too large
Load Diff
|
@ -202,4 +202,12 @@ struct mpmusictrack {
|
|||
s16 unlockcategory;
|
||||
};
|
||||
|
||||
struct suntableentry {
|
||||
u32 unk00;
|
||||
u32 unk04;
|
||||
u32 unk08;
|
||||
u32 unk0c;
|
||||
u32 unk10;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue