pokeplatinum/include/battle/struct_ov16_0225C260.h
2024-04-03 21:05:28 -07:00

20 lines
386 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225C260_H
#define POKEPLATINUM_STRUCT_OV16_0225C260_H
typedef struct {
u8 unk_00;
u8 unk_01;
u8 unk_02[6];
u8 unk_08[2][6];
u16 unk_14[4];
u8 unk_1C[4];
u8 unk_20[4];
s16 unk_24;
u16 unk_26;
u8 unk_28;
u8 unk_29;
u16 padding_2A;
} UnkStruct_ov16_0225C260;
#endif // POKEPLATINUM_STRUCT_OV16_0225C260_H