mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
21 lines
439 B
C
21 lines
439 B
C
#ifndef POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB4_H
|
|
#define POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB4_H
|
|
|
|
typedef struct {
|
|
u16 unk_00[8];
|
|
u32 unk_10;
|
|
u32 unk_14;
|
|
u8 unk_18;
|
|
u8 unk_19;
|
|
u8 unk_1A;
|
|
u8 unk_1B;
|
|
u8 unk_1C;
|
|
u8 unk_1D_0 : 1;
|
|
u8 unk_1D_1 : 1;
|
|
u8 unk_1D_2 : 6;
|
|
u8 unk_1E;
|
|
u8 unk_1F;
|
|
} UnkStruct_ov61_0222BED8_sub2_sub4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB4_H
|