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

16 lines
310 B
C

#ifndef POKEPLATINUM_STRUCT_02101D44_H
#define POKEPLATINUM_STRUCT_02101D44_H
typedef struct {
u8 unk_00_0 : 1;
u8 : 1;
u8 unk_00_2 : 1;
u8 : 1;
u8 unk_00_4 : 1;
u8 unk_00_5 : 1;
u8 unk_00_6 : 1;
u8 unk_00_7 : 1;
} UnkStruct_02101D44;
#endif // POKEPLATINUM_STRUCT_02101D44_H