I still can't find it.....
Okay, I'll give an example of what I'm going to do in catching perfect pokemon.
I'm going to catch old chateau rotom, so the starting frame is 1, right??
From the "Physical spread", I found this:
SEED : 83010273
FRAME: 5944
PID : 7942ef72
As what mingot write in the first page, the physical spread is generated using method 1, but it quite similar to method J.
And I found that it's true.....
I use the seed above, switch method 1 to method J, set the synchronizer to timid, and generate the code, and I found
FRAME : 5901
ACTUAL: 5944
PID: 7942ef72
The frame showed 5901, and the starting frame for old chateau rotom is 1, so I need to do 2450 page flip, right??
So I confirmed that the method 1 and method J hve the same spread, PID, also the actual frame generated from method J matched the frame from method 1.
Now to hit the target time.
I input the seed into the "Seed to Time".
A lot of result come out, and I choose:
DATE : 2009 JULY 02
TIME : 01:58:59
DELAY: 618
Now it's time for me to do SRing, the question is:
How can I know if I hit the target delay??
How if I hit delay 616 or 620 or anything instead of 618??
Please help me,
I'm aware that this kind of question might been asked by someone before, but it is too difficult for me to look the whole pages (yeah maybe I'm the one who is lazy)
And if this kind of question has been answered before by someone, could anyone give me the link to that answer??