I've noticed that it's impossible to determine how a Pokémon form evolves.
Sure, you can search for this information by species, but that doesn't allow you to link a specific form to its evolution condition.
So, I've created a new CSV file that I'd like to add, but I can't do it on my own.
The CSV structure looks like this:
file: pokemon_form_evolutions.csv
fields: pokemon_id, species_id, form_id, evolution_id, is_alternative_evolution
I've already created this file and added the data with the most recent updates.
I've noticed that it's impossible to determine how a Pokémon form evolves.
Sure, you can search for this information by species, but that doesn't allow you to link a specific form to its evolution condition.
So, I've created a new CSV file that I'd like to add, but I can't do it on my own.
The CSV structure looks like this:
file: pokemon_form_evolutions.csv
fields: pokemon_id, species_id, form_id, evolution_id, is_alternative_evolution
I've already created this file and added the data with the most recent updates.