mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-03 06:15:33 -05:00
12 lines
257 B
C
12 lines
257 B
C
#ifndef POKEPLATINUM_POKEMON_SUBSTRUCT_2_H
|
|
#define POKEPLATINUM_POKEMON_SUBSTRUCT_2_H
|
|
|
|
typedef struct PokemonSubstruct2_t {
|
|
u16 unk_00[11];
|
|
u8 unk_16;
|
|
u8 unk_17;
|
|
u64 unk_18;
|
|
} PokemonSubstruct2;
|
|
|
|
#endif // POKEPLATINUM_POKEMON_SUBSTRUCT_2_H
|