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

15 lines
320 B
C

#ifndef POKEPLATINUM_STRUCT_0203D8EC_H
#define POKEPLATINUM_STRUCT_0203D8EC_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_00_8 : 2;
u16 unk_00_10 : 5;
u16 padding_00_15 : 1;
} UnkStruct_0203D8EC;
#endif // POKEPLATINUM_STRUCT_0203D8EC_H