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

15 lines
305 B
C

#ifndef POKEPLATINUM_STRUCT_020279FC_H
#define POKEPLATINUM_STRUCT_020279FC_H
typedef struct {
u16 unk_00_0 : 4;
u16 unk_00_4 : 2;
u16 unk_00_6 : 1;
u16 unk_00_7 : 1;
u16 unk_02_0 : 2;
u16 unk_02_2 : 5;
u16 : 1;
} UnkStruct_020279FC;
#endif // POKEPLATINUM_STRUCT_020279FC_H