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

15 lines
317 B
C

#ifndef POKEPLATINUM_STRUCT_02030114_H
#define POKEPLATINUM_STRUCT_02030114_H
typedef struct UnkStruct_02030114_t {
u8 unk_00_0 : 3;
u8 unk_00_3 : 1;
u8 unk_00_4 : 4;
u8 unk_01;
u8 unk_02[2];
u16 unk_04[20];
u16 unk_2C[20];
} UnkStruct_02030114;
#endif // POKEPLATINUM_STRUCT_02030114_H