in-op / PokemonGen1

A complete Pokemon generation 1 battle simulator including all Pokemon and moves.
12 stars 2 forks source link

Replace DeterminantValues with the Stats #4

Closed in-op closed 6 years ago

in-op commented 6 years ago

DVs are just an immutable set of floats for each stat type, and so a separate class is superfluous. Random DV generation can be handled by Pokemon, or a small helper class.