mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-28 13:15:23 -05:00
21 lines
370 B
C
21 lines
370 B
C
#ifndef POKEPLATINUM_STRUCT_0202E7E4_H
|
|
#define POKEPLATINUM_STRUCT_0202E7E4_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 padding_01;
|
|
u16 unk_02;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u16 unk_08[11];
|
|
u8 unk_1E;
|
|
u8 unk_1F;
|
|
u8 unk_20;
|
|
u8 padding_21;
|
|
u16 unk_22;
|
|
} UnkStruct_0202E7E4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202E7E4_H
|