Thread: RNG Research
View Single Post
Old Jul 27th, 2012, 12:00:00 AM   #948
chiizu
PPPPPPPPPPPPPPPPPPPPPPPPP RNG
is a Programmeris a Pokémon Researcher
 
chiizu's Avatar
 
Join Date: Nov 2010
Posts: 374
Default

Quote:
Originally Posted by Fat Slashmolder View Post
Got it that memory link was all I needed thanks. I'm not sure exactly what causes it but instead of doing
ProbabilityTable()
rand() x3
ProbabilityTable()x4
Extra()
It does
ProbabilityTable()
rand() x2
ProbabilityTable()x4
Extra()
As a follow up to this, if the memory link has not been done, there is an extra PIDRNG advance when entering the Isshu Link menu. There is no advancement if the memory link has been done. This affects the spinner sequence and the nature of a received DR poke, and combined with the difference in the initial PIDRNG frame makes it very likely that a DR seed found before doing a memory link will no longer be useable after unless you get lucky with the sequence of natures.
__________________
RNG Abuse for Mac Users: PPRNG 1.15.0

Last edited by chiizu; Jul 30th, 2012 at 5:59:57 AM. Reason: Typo
chiizu is offline   Reply With Quote