Sabresite (and any other hobby programmers), you should include this your pkm generators.
The commenly missed legility variable in most pokesaved pokemon is the steps until hatched. I was testing the pid <-->id generater, using a legit chimchar from the game, and I found that the steps until hatch was set at 69, even though the "is egg" was not checked. Don't have time to check this with other pokemon, but I suspect it would be the same. Cheers![]()
--------------------------------------------------------------
Fortunately, the "steps until egg hatched" value is the same for "happiness". So either way a value in that spot is perfectly fine.
PKMDS Code Library - Gen V
Find the source on GitHub! Contributions welcome!
codemonkey85 on
Pokémon Black 2: 1507-3503-1914
Thanks, I just found that out. Looked up the .pkm save structure (http://projectpokemon.org/wiki/Pokemon_NDS_Structure) and learned that Block A, address 0x14 was used for both happieness and steps to hatch.![]()
--------------------------------------------------------------
Bookmarks