Shiannui Posted August 25, 2012 Posted August 25, 2012 Hi, I noticed that Pokégen (previous revision and this last one, 3.1.10) messes up trashbytes of bred pokés in 4th gen games (I've checked with Soul Silver and Heart Gold). It shows this: RATTATA\FFFFA\0000\4008 TORCHIC\FFFFA\0000\4008 PIPLUP\FFFF\0211A\0000\4008 Sometimes, Pokégen shows this: SCYTHER\FFFFぁ\4008\0000 It seems that it always occur with the 9th character. When the Pokémon evolves, trashbytes are corrected.
Kaphotics Posted August 25, 2012 Posted August 25, 2012 This is not a bug. When trash bytes match a unicode character, PokeGen displays that unicode character instead of displaying hex. \FFFF = FF FF (not a unicode character) \0211 = 11 02 (not a unicode character) A = \0041 = 41 00 (a unicode character!) It just so happens that the trashbytes match a unicode character, that's all.
Shiannui Posted August 25, 2012 Author Posted August 25, 2012 Hmmm, ok, but, why does pokégen randomly change the 9th trashbyte from A to ぁ? Besides, Legality Analysis says there are trashbytes but no associated name.
Codr Posted August 25, 2012 Posted August 25, 2012 It's not randomly doing anything. The data indicates the unicode value of that character. Also, Kaphotics, I have no idea why you decided to reverse the byte order.
Kaphotics Posted August 26, 2012 Posted August 26, 2012 It's not randomly doing anything. The data indicates the unicode value of that character.Also, Kaphotics, I have no idea why you decided to reverse the byte order. If OP opened it with a hex editor it would usually default 1 byte view in that order
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now