KazoWAR Posted January 7, 2010 Posted January 7, 2010 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. 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.
Will Posted January 9, 2010 Posted January 9, 2010 The Process of PID and IV Creation of Non-Bred Pokemon (Smogon) should have all of the information you need [sPRITE]109[/sPRITE]
KazoWAR Posted January 10, 2010 Author Posted January 10, 2010 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.
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