mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
No description
eeac034240
<http://tasvideos.org/PokemonTricks.html> This page explains how the RNG in RBY works, and gives exact rarities. They are out of 256 rather than 100, so some rounding is necessary to fit them into the database. ==== ======= ====== ========== ======= Slot Range Chance Percentage Rounded ==== ======= ====== ========== ======= 0 0-50 51/256 19.921875% 20% 1 51-101 51/256 19.921875% 20% 2 102-140 39/256 15.234375% 15% 3 141-165 25/256 9.765625% 10% 4 166-190 25/256 9.765625% 10% 5 191-215 25/256 9.765625% 10% 6 216-228 13/256 5.078125% 5% 7 229-241 13/256 5.078125% 5% 8 242-252 11/256 4.296875% 4% 9 253-255 3/256 1.171875% 1% ==== ======= ====== ========== ======= |
||
---|---|---|
pokedex | ||
.gitignore | ||
LICENSE | ||
README | ||
setup.py |
This software is copyrighted and licensed under the MIT license. See the file entitled LICENSE for full copyright and license text. This software comes bundled with data, sprites, and sounds extracted from the Pokémon series of video games. Some terminology from the Pokémon franchise is also necessarily used within the software itself. This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks. The author believes that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk. A complete revision history of this software is available from http://git.veekun.com/. Contributors: Alex Munroe (Eevee): git@veekun.com