mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
14 lines
301 B
C
14 lines
301 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021ECD10_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021ECD10_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
u32 unk_04_0 : 4;
|
|
u32 unk_04_4 : 2;
|
|
u32 unk_04_6 : 4;
|
|
u32 unk_04_10 : 2;
|
|
u32 dummy : 20;
|
|
} UnkStruct_ov5_021ECD10;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021ECD10_H
|