Not sure if this goes here so correct me if it doesn't 
I am experimenting with the evo conditions to evolve pokemon.
I am referring to the coding here:
Pokemon>Content>Pokemon>data
I am using Bulbasaur as an example. This is his evolution code:
I am assuming "1" is the pokedex number of the current pokemon
"16" is the level required to evolve.
and that last digit "2" is the final product of said evolution.
Anyone do any testing with the other values? I'd like to know what each of these represent. I'd love to hear your results. If i discover anything I'll put it up here as well.
Thanks in advance.
I am experimenting with the evo conditions to evolve pokemon.
I am referring to the coding here:
Pokemon>Content>Pokemon>data
I am using Bulbasaur as an example. This is his evolution code:
Code:
EvolutionCondition|1,0,0,0,16,0,0,0,2
"16" is the level required to evolve.
and that last digit "2" is the final product of said evolution.
Anyone do any testing with the other values? I'd like to know what each of these represent. I'd love to hear your results. If i discover anything I'll put it up here as well.
Thanks in advance.