Thread: RNG Research
View Single Post
Old Oct 18th, 2012, 6:50:31 PM   #992
chiizu
PPPPPPPPPPPPPPPPPPPPPPPPP RNG
is a Programmeris a Pokémon Researcher
 
chiizu's Avatar
 
Join Date: Nov 2010
Posts: 369
Default

Quote:
Originally Posted by Fat Bond697 View Post
yeah, they changed the way they calculate encounter slots. the former is now correct. the code is identical aside from where the random number comes from.

if i had to guess, the change is just for efficiency's sake. they get roughly the same numbers and save a pair of branches and a divide. there's quite a few similar changes that don't do anything beyond speeding up the code.
Do you have a list or at least a good idea of what other calculations like this might have changed between b1w1 and b2w2? They'll need to implemented in the RNG tools correctly.
__________________
RNG Abuse for Mac Users: PPRNG 1.15.0
chiizu is online now   Reply With Quote