pokeplatinum/include/struct_defs/pokemon_evolution_method.h
2023-09-14 00:10:30 +01:00

11 lines
254 B
C

#ifndef POKEPLATINUM_STRUCT_0207821C_SUB1_H
#define POKEPLATINUM_STRUCT_0207821C_SUB1_H
typedef struct PokemonEvolutionMethod {
u16 type;
u16 param;
u16 targetSpecies;
} PokemonEvolutionMethod;
#endif // POKEPLATINUM_STRUCT_0207821C_SUB1_H