kwsch / PKHeX

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

Bugs #20

Closed Emzademon closed 9 years ago

Emzademon commented 9 years ago

Hey there, as I was using the Box Data Report I noticed that there were a couple of issues.

If you could adjust this to show the Names of the moves, the name of the ball, the game it was in, and the Language that'd help when compiling spreadsheets. It would just make it much cleaner to see all that information.

Lastly, and I'm not sure if this is a problem with pkhex or with Excel, the sprites of the pokemon show up on the Box Data Report but show up as " System.Drawing.Bitmap" on the cells where the sprites should be. Again if this can be fixed where you could save a document with the sprites being visible that would be fantastic! Thank you for your time and effort in putting this software together. I hope to hear from you soon!

kwsch commented 9 years ago

Egg Moves was previously reported in https://github.com/kwsch/PKHeX/issues/19 and implemented in https://github.com/kwsch/PKHeX/commit/12a022cd3829d5e9178bc1ea877340e7e09dbfc0 .

Ball Name, OT Name, Language, and Console Region have now been added ~ https://github.com/kwsch/PKHeX/commit/bc1776f8a2497843e66fe02710d12b1704dc27e9

Comma Separated Value (CSV) sheets only store text; you can delete or just ignore the sprite column. Adding .xls support would drastically increase the size of the program (and the exported sheet) for little gain ;)

Emzademon commented 9 years ago

So I've been thinking, if I altered the coding in the application I have to support .xls would that make it so that I could view the sprite column? This is just for personal use as to not increase the size of the program for everyone. If this is possible, how would I go about it? I'm pretty new to coding myself but I do have relatives who might be able to lend a hand if you would be so kind as to explain it to me briefly. Thank you (: