Jump to content

Recommended Posts

Posted

I am trying to figure out how the game generates the PID and IVs. I can map out 3 calls the the RNG, bit the 4th one confuses me.

Here is an example.

PID:FB91A0E9

IVs:14AB64CE

Seed the game started with is 54C01FE.

Here is a list of the RNG advancements.

seeds.png

Now, it looks like on frame 15 it begins the calls to make the PID and IVs.

Frame: 15 Seed: A0E92184

Frame: 16 Seed: FB91DDA7

Frame: 17 Seed: 64CEA28E

the PID is made with Frames 15 and 16 by using the first 4 digits of thos seeds, but the IVs use the first 4 digits of frame 17, but the other set of digits, 14AB, I can't seem to find anywhere in the list. Where are these number coming from.

Posted

In the example all the RNG calls are listed in the list of rng calls based on the seed. but when I did it, the last call for the IVs where not listed, maybe i typed the wrong data for the IV. I will check again.

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