pokeplatinum/include/struct_defs/struct_02007C7C_sub2.h
2024-07-06 14:40:34 -07:00

20 lines
401 B
C

#ifndef POKEPLATINUM_STRUCT_02007C7C_SUB2_H
#define POKEPLATINUM_STRUCT_02007C7C_SUB2_H
typedef struct {
u16 unk_00_0 : 2;
u16 unk_00_2 : 1;
u16 unk_00_3 : 1;
u16 unk_00_4 : 1;
u16 unk_00_5 : 2;
u16 : 9;
s8 unk_02;
u8 padding_03;
s16 unk_04;
s16 unk_06;
s16 unk_08;
s16 unk_0A;
} UnkStruct_02007C7C_sub2;
#endif // POKEPLATINUM_STRUCT_02007C7C_SUB2_H