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

19 lines
388 B
C

#ifndef POKEPLATINUM_STRUCT_020304A0_H
#define POKEPLATINUM_STRUCT_020304A0_H
typedef struct UnkStruct_020304A0_t {
u8 unk_00_0 : 3;
u8 unk_00_3 : 1;
u8 unk_00_4 : 1;
u8 unk_00_5 : 3;
u8 unk_01;
u8 unk_02;
u8 unk_03[3];
u16 unk_06[4];
u16 unk_0E[14];
u16 unk_2A[14];
u16 unk_46;
} UnkStruct_020304A0;
#endif // POKEPLATINUM_STRUCT_020304A0_H