pokeplatinum/include/struct_defs/struct_02071C5C.h
2022-12-23 14:05:03 -05:00

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