Hejsil / pokemon-randomizer

A Pokémon Rom randomizer tool written in Zig
The Unlicense
13 stars 0 forks source link

Filter Pokemons #33

Open Hejsil opened 6 years ago

Hejsil commented 6 years ago

Right now, we chose between all Pokemon in the game when randomizing, but what if someone only wants gen 1 Pokemon or maybe only legendaries?

We should have a feature that allows the user to filter the Pokémons that are chosen. It should be more powerful than just filter on gen. Maybe filter on types, stats or more.

This should also work, even if we are not randomizing the Pokémons (inspired by this issue). We could accomplish this by swapping out every Pokémon with the closest match if that Pokémon is not allowed.