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

16 lines
317 B
C

#ifndef POKEPLATINUM_STRUCT_0202BFCC_H
#define POKEPLATINUM_STRUCT_0202BFCC_H
typedef struct {
u8 unk_00;
u8 unk_01_0 : 4;
u8 unk_01_4 : 1;
u8 unk_01_5 : 1;
u8 unk_01_6 : 2;
u16 unk_02[8];
u16 unk_12[8];
u16 unk_22[12];
} UnkStruct_0202BFCC;
#endif // POKEPLATINUM_STRUCT_0202BFCC_H