mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
17 lines
392 B
C
17 lines
392 B
C
#ifndef POKEPLATINUM_STRUCT_OV66_02231428_H
|
|
#define POKEPLATINUM_STRUCT_OV66_02231428_H
|
|
|
|
typedef struct {
|
|
union {
|
|
u32 unk_00_val1;
|
|
struct {
|
|
u8 unk_00_val2_unk_00;
|
|
u8 unk_00_val2_unk_01;
|
|
u8 unk_00_val2_unk_02;
|
|
u8 unk_00_val2_unk_03;
|
|
};
|
|
};
|
|
} UnkStruct_ov66_02231428;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV66_02231428_H
|