Thanks, I already built most of the app for the droid. So far you can pick any pokemon from PokeGen.us and have it sent to your DS, but cannot edit the stats just yet. I can put that in easily, I just need some more time. Also, none of the events have been coded into it yet.
I would be further in this project, but I also thought having a pokemon editor on the droid would be awesome too, or a pokemon generator, so I started coding that as well, however I ran into a few little problems.
I can't seem to figure out how IVs relate to the Personality value of a pkm. I also can't find an effective way to generate a PID with the correct nature. I know the algorithms to generate the correct gender and ability number into a binary number, but I can't figure out how to generate the correct nature with it. I know the p%25=nature, but I can't find an effective way to generate that, so for right now, the project is at a snag until I can straighten this out.
I haven't done a ton of research on PokeGen, but does anyone know how does it determines the personality value for a pokemon?
Along the lines of sending pokemon to people, I want to make a feature in my apps so you can send or "trade" .pkm files via bluetooth and e-mail them to people also.