Jump to content

Recommended Posts

Posted

Hi, im working on a C# project, the objective of the project is, read .pkm file see the information (pid, nickname, atk ivs, def ivs....) and change for explame the nickname and save again into .pkm file.

Im working only for 3 gen (fire red, leaf green, ruby, sapphire) obviously read the bytes (100) is the too much easy step, but need to "decrypt" that bytes to show the info of pkm.

Need help to this, i read bulbapedia to see the pkm file structure but can't understand the algorithm to this.

  • 3 months later...
Posted

Wow, did you reply to a post from a month ago? lol.

In any case,
One needs to understand that the data are shuffled based one for blocks, G,A,E,M,
And how those blocks are shuffled are determined by the PID that Pokemon has (and PID data isn't encrypted)

 

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...