mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
332 B
C
14 lines
332 B
C
#ifndef POKEPLATINUM_STRUCT_MAIN_MENU_02232E38_H
|
|
#define POKEPLATINUM_STRUCT_MAIN_MENU_02232E38_H
|
|
|
|
typedef struct {
|
|
u32 unk_00_0 : 8;
|
|
u32 unk_00_8 : 4;
|
|
u32 unk_00_12 : 4;
|
|
u32 unk_00_16 : 16;
|
|
const u16 *unk_04;
|
|
const u16 *unk_08;
|
|
} UnkStruct_ov97_02232E38;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_MAIN_MENU_02232E38_H
|