mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-19 00:42:37 -05:00
29 lines
501 B
C
29 lines
501 B
C
#ifndef POKEPLATINUM_STRUCT_02075454_H
|
|
#define POKEPLATINUM_STRUCT_02075454_H
|
|
|
|
typedef struct UnkStruct_02075454_t {
|
|
u16 unk_00;
|
|
u16 unk_02;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
u8 unk_12;
|
|
u8 unk_13;
|
|
u8 unk_14;
|
|
u8 unk_15;
|
|
u8 unk_16;
|
|
u8 unk_17;
|
|
u8 unk_18;
|
|
u8 unk_19;
|
|
u8 unk_1A;
|
|
u8 unk_1B;
|
|
u32 unk_1C;
|
|
} UnkStruct_02075454;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02075454_H
|