mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
25 lines
517 B
C
25 lines
517 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021D1CAC_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021D1CAC_H
|
|
|
|
typedef struct {
|
|
u16 unk_00_0 : 1;
|
|
u16 unk_00_1 : 1;
|
|
u16 unk_00_2 : 1;
|
|
u16 unk_00_3 : 1;
|
|
u16 unk_00_4 : 1;
|
|
u16 unk_00_5 : 1;
|
|
u16 unk_00_6 : 1;
|
|
u16 unk_00_7 : 1;
|
|
u16 unk_00_8 : 1;
|
|
u16 unk_00_9 : 1;
|
|
u16 unk_00_10 : 1;
|
|
u16 unk_00_11 : 1;
|
|
u16 : 4;
|
|
u8 unk_02;
|
|
s8 unk_03;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
} UnkStruct_ov5_021D1CAC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021D1CAC_H
|