kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
352 stars 108 forks source link

Pancham evolution shown incorrectly #105

Closed ewormPL closed 3 years ago

ewormPL commented 3 years ago

The evolution method of Pancham is unique in the games, as it evolves when there's a Dark type in the party. However, loading the game's files and looking into it, pkNX shows a list of possible arguments (the Pokémon types) with the default - as in, the correct one - being "Normal", rather than "Dark".

I assume it's a matter of the arguments being named incorrectly in the program itself and the fix might be easy.

As an aside, does this mean it is now possible to make a Pokémon evolve with a Pokémon of any chosen type in the party? Do the other arguments function properly, them being named wrong aside?

sora10pls commented 3 years ago

The program displaying Normal for its evolution argument means that there's no argument at all (0 = default)! The evolution method is simply mislabelled; will need to rename it and hide the argument field for that specific method.