pokeplatinum/include/battle/struct_ov16_0225C168.h
2024-07-06 14:40:34 -07:00

20 lines
405 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225C168_H
#define POKEPLATINUM_STRUCT_OV16_0225C168_H
typedef struct {
u8 unk_00;
u8 unk_01_0 : 2;
u8 unk_01_2 : 1;
u8 unk_01_3 : 5;
u16 unk_02;
u32 unk_04;
int unk_08;
u16 unk_0C[4];
u16 unk_14[4];
u16 unk_1C[4];
u16 unk_24[11];
u8 padding_3A[2];
} UnkStruct_ov16_0225C168;
#endif // POKEPLATINUM_STRUCT_OV16_0225C168_H