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

24 lines
462 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_022662FC_H
#define POKEPLATINUM_STRUCT_OV16_022662FC_H
typedef struct {
u8 unk_00;
u8 unk_01_0 : 4;
u8 unk_01_4 : 4;
s16 unk_02;
u32 unk_04;
u32 unk_08;
u16 unk_0C;
u16 unk_0E[4];
u8 unk_12[4];
u8 padding_16[2];
u32 unk_18;
u16 unk_1C;
u8 padding_1E[2];
int unk_20;
u16 unk_24;
u16 unk_26;
} UnkStruct_ov16_022662FC;
#endif // POKEPLATINUM_STRUCT_OV16_022662FC_H