- 275
- Posts
- 14
- Years
- Seen Oct 9, 2019
Before you can check any of the Pokemon's stats, you need to decrypt the Pokemon using special 0x6.Do I need to call the special before EVERY check? Or is there another problem?
Basically, Pokemon data is stored in a semi-encrypted form. You use special 0x6 to decrypt a given Pokemon in the party, and then use the other specials to check or modify its attributes as necessary. When you're done making changes, you run special 0x6 again to re-encrypt the Pokemon (because the changes are made to the decrypted data).