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

17 lines
346 B
C

#ifndef POKEPLATINUM_STRUCT_0200330C_H
#define POKEPLATINUM_STRUCT_0200330C_H
typedef struct {
u16 unk_00;
u16 unk_02_0 : 6;
u16 unk_02_6 : 5;
u16 unk_02_11 : 5;
u16 unk_04_0 : 15;
u16 unk_04_15 : 1;
u16 unk_06_0 : 4;
u16 unk_06_4 : 6;
u16 : 6;
} UnkStruct_0200330C;
#endif // POKEPLATINUM_STRUCT_0200330C_H