kwsch / PKHeX

Pokémon Save File Editor
https://projectpokemon.org/pkhex/
Other
3.7k stars 692 forks source link

Feature Request #1983

Closed Odaxis closed 6 years ago

Odaxis commented 6 years ago

Wondering if it's possible to add an ability description on mouse over similar to the nature description, maybe also a description mouse over for items also?

kwsch commented 6 years ago

That would require adding in string localization data for every language across multiple generations (items can be removed between gens). Nature can rely on the GUI strings for IV/EV/Stats to indicate the stats being amped, so no resources are needed.

Simple data lookup can be done by the user externally... it's a little too much bloat imo.