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

Fix evo editor #249

Closed duckdoom4 closed 2 years ago

duckdoom4 commented 2 years ago

Rename Index to Species. It's not actually the index of the table.

To get it functional I'm just doing a full on where search on the evo table. evoTable.FirstOrDefault(x => x.Species == spec && x.Form == form) We'd have to code the same table reorganize as is done on the personal info table, to get it done properly.

Updated the resize code to use graphics instead