pokeplatinum/include/struct_defs/struct_0207E060.h
2026-01-30 14:37:51 -07:00

21 lines
386 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 language;
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