mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-17 00:38:42 -05:00
11 lines
254 B
C
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
|