pokeplatinum/include/struct_defs/pokemon_substruct_2.h
2023-02-20 01:55:31 -03:00

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