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

21 lines
426 B
C

#ifndef POKEPLATINUM_STRUCT_020302DC_H
#define POKEPLATINUM_STRUCT_020302DC_H
typedef struct UnkStruct_020302DC_t {
u8 unk_00_0 : 3;
u8 unk_00_3 : 1;
u8 unk_00_4 : 4;
u8 unk_01;
u8 unk_02;
u8 unk_03[3];
u16 unk_06[14];
u16 unk_22[4];
u8 unk_2A[4][4];
u32 unk_3C[4];
u16 unk_4C[4];
u16 unk_54[14];
u16 unk_70;
} UnkStruct_020302DC;
#endif // POKEPLATINUM_STRUCT_020302DC_H