I don't have the egg anymore.
Not sure what you're asking about the step 2 part, I just use your app to solve for the initial seed.
Not sure what you're asking about the step 2 part, I just use your app to solve for the initial seed.
Jonny -- I think I have a handle on getting the initial seed, but I am feeding it to JP application (and the one before and after it) and not coming up with anything quite yet. Once I use any of these seeds I am still not able to find the pid of the egg that I just caught, so it's a bit discouraging.
do you mean hatched egg or caught pokemon?
Now that I think of it...one method to determine the initial seed could be to hatch the first egg and check its PID...Is it possible to find out the PID with the nature-ability-gender information? or you need the gender value to form the pid?
by the way I'm going to read and translate the article once more to see how this is done with the JP program
I'm not at home so I can't explain this as well. I know how to use the jap app. On the first section bottom right, insert ids and starting seed, have both boxes checked, and click the one box with opens a list in notepad with the shiny list. I think eggs don't have the same shiny as wild pokemon.
I meant hatched.
But I do catch a pokemon first to help me locate my initial seed.
Well what I do is take the IVs and nature of a captured pokemon and use this to find the SEED (might be more than one) and then use the year, month, date, hour, and minute to start searching backwards with a reversed RNG to find one that meet the criteria (cycling through 0-59 seconds and a 0-36000 delay variable) and then basically put together a list of probably canidates for initial seeds. It's very easy to see which one was yours because it's always offset by about -50 frames and has a delay of around 600.
It works pretty nice, you should download it.
FUCK YEAH :) No shiny, but I can find pids using my initial seed that I get from RNG reporter. Jonny clued me in with the checkbox for the international parents. There is a checkbox above the bottom right button that says pid. Uncheck that shit unless you have international pokemon. SO. Now I plan to work on figuring out how the hell to generate that bred pid list for myself.