lnodiv Posted September 2, 2009 Posted September 2, 2009 Is it legal for a roaming pokemon, IE mesprit, to have a Non-Event PID? I'm not sure since they ARE encountered in the wild, and not in stationary events, however they are not like other wild pokemon.
Sabresite Posted September 3, 2009 Posted September 3, 2009 If I remember correctly it must be common wild nds/gba (ABCD) algorithm, only.
codemonkey85 Posted September 3, 2009 Posted September 3, 2009 Incidentally (and only slightly off-topic), I've only seen methods 1 - 4 as they are posted on that Smogon article by X-Act detailed out. Is the algorithm you just mentioned detailed anywhere?
SCV Posted September 3, 2009 Posted September 3, 2009 Incidentally (and only slightly off-topic), I've only seen methods 1 - 4 as they are posted on that Smogon article by X-Act detailed out. Is the algorithm you just mentioned detailed anywhere? Their X-Acts methods are just different names to the algortithms. ABCD is the "regular 1" I'd guess method 1 for X-Act and yes, roaming pokemon use this algorithm.
Sabresite Posted September 6, 2009 Posted September 6, 2009 (edited) My algorithm convention is better because its NOT confusing - The premise is simple: Let there be 6 numbers, A, B, C, D, E, and F, where each one is a subsequent call to the RNG algorithm. Meaning A -> B -> C -> D -> E -> F. Now the format is PID-Low, PID-High, IVs-High, IVs-Low, and for Method 1 (common for wild nds and gba pokes), its A-B-C-D, or ABCD. Edited August 2, 2011 by Sabresite
codemonkey85 Posted September 6, 2009 Posted September 6, 2009 Yes, I like your convention better. Much easier to remember what each method actually means in terms of PRNG advancement.
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