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

15 lines
298 B
C

#ifndef POKEPLATINUM_STRUCT_02002D18_H
#define POKEPLATINUM_STRUCT_02002D18_H
typedef struct {
u8 unk_00_0 : 4;
u8 unk_00_4 : 1;
u8 : 3;
u8 unk_01_0 : 5;
u8 unk_01_5 : 2;
u8 unk_01_7 : 1;
u8 unk_02_0 : 8;
} UnkStruct_02002D18;
#endif // POKEPLATINUM_STRUCT_02002D18_H