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

23 lines
435 B
C

#ifndef POKEPLATINUM_STRUCT_02075454_3_H
#define POKEPLATINUM_STRUCT_02075454_3_H
typedef struct UnkStruct_02075454_3_t {
u16 unk_00[8];
u8 unk_10;
u8 unk_11;
u8 unk_12;
u8 unk_13;
u8 unk_14;
u8 unk_15;
u16 unk_16;
u16 unk_18;
u8 unk_1A;
u8 unk_1B;
u8 unk_1C_0 : 7;
u8 unk_1C_7 : 1;
u8 unk_1D;
u16 unk_1E;
} UnkStruct_02075454_3;
#endif // POKEPLATINUM_STRUCT_02075454_3_H