mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
21 lines
416 B
C
21 lines
416 B
C
#ifndef POKEPLATINUM_STRUCT_OV33_02256474_1_H
|
|
#define POKEPLATINUM_STRUCT_OV33_02256474_1_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
struct {
|
|
u32 unk_00;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
} unk_04[6];
|
|
u16 unk_4C;
|
|
u16 unk_4E;
|
|
u32 unk_50;
|
|
u32 unk_54;
|
|
} UnkStruct_ov33_02256474_1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV33_02256474_1_H
|