Support for finding the previous evolution step of a Pokemon.
This commit is contained in:
8
CInterface/Library/SpeciesLibrary.cpp
Normal file
8
CInterface/Library/SpeciesLibrary.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../../src/Library/Species/SpeciesLibrary.hpp"
|
||||
#include "../Core.hpp"
|
||||
using namespace PkmnLib::Library;
|
||||
|
||||
export const PokemonSpecies* PkmnLib_PokemonLibrary_FindPreEvolution(const SpeciesLibrary* p,
|
||||
const PokemonSpecies* species) {
|
||||
return p->FindPreEvolution(species).GetRaw();
|
||||
}
|
||||
Reference in New Issue
Block a user