Jump to content

Reading a 3rd Gen Pokemon PID


Jandresgomez

Recommended Posts

Well, as the title says I would really like to understand how do you read a 3rd Gen PID, what I mean by read is what means each part of a PID on that generation, which part determines the gender, ability, nature, shininess, etc, and everything that can be seen of a pokemon by its PID. Since this is my first post I'm not really sure this is the proper section of the forums to post at, if not please tell me so I can move this to the respective one. Thanks in advance to anyone who can help me out with this, its been a long time that I've been looking forward to finding some info about this.

Link to comment
Share on other sites

Kaphotics posted ways to read various values in C based programming languages.

% gets the remainder of the PID after dividing by the next number.

<< and >> are bit shifts (look it up, I'm posting on a phone and can't really explain).

If you want to do it the way shown in the article, that's ok, you'll just have to think through it a little.

Link to comment
Share on other sites

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...