mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 19:25:29 -05:00
21 lines
384 B
C
21 lines
384 B
C
#ifndef POKEPLATINUM_STRUCT_0207E060_H
|
|
#define POKEPLATINUM_STRUCT_0207E060_H
|
|
|
|
typedef struct UnkStruct_0207E060_t {
|
|
u16 unk_00[6];
|
|
u16 unk_0C[6];
|
|
u8 unk_18;
|
|
u8 unk_19;
|
|
u8 unk_1A;
|
|
u8 unk_1B;
|
|
u8 unk_1C;
|
|
u8 unk_1D;
|
|
u8 unk_1E;
|
|
u8 unk_1F;
|
|
u8 unk_20;
|
|
u8 unk_21;
|
|
u8 unk_22;
|
|
} UnkStruct_0207E060;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207E060_H
|