mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
16 lines
285 B
C
16 lines
285 B
C
#ifndef POKEPLATINUM_STRUCT_0206C638_H
|
|
#define POKEPLATINUM_STRUCT_0206C638_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
u8 unk_12;
|
|
} UnkStruct_0206C638;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0206C638_H
|