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

19 lines
368 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225C468_H
#define POKEPLATINUM_STRUCT_OV16_0225C468_H
typedef struct {
u8 unk_00;
u8 unk_01;
s16 unk_02;
u16 unk_04;
u8 unk_06;
u8 unk_07_0 : 5;
u8 unk_07_5 : 2;
u8 unk_07_7 : 1;
u32 unk_08;
u32 unk_0C;
int unk_10;
} UnkStruct_ov16_0225C468;
#endif // POKEPLATINUM_STRUCT_OV16_0225C468_H