mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 10:45:19 -05:00
18 lines
345 B
C
18 lines
345 B
C
#ifndef POKEPLATINUM_STRUCT_02071C5C_H
|
|
#define POKEPLATINUM_STRUCT_02071C5C_H
|
|
|
|
typedef struct {
|
|
u32 unk_00_0 : 1;
|
|
u32 unk_00_1 : 24;
|
|
u32 unk_00_25 : 4;
|
|
u32 : 3;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
u32 unk_0C;
|
|
u8 reserved_10[16];
|
|
} UnkStruct_02071C5C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02071C5C_H
|