mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
ad429ab128
Roserade and Roselia were mistakenly sharing dex number 72. Presumably an error from the original X/Y spreadsheet. I guess we never reripped these after 3DS rom dumping became possible. Regardless of how it happened, add a test and some database constraints to ensure that it doesn't happen again. - Add a test for gaps in pokedex numbers - Add uniqueness constraints to pokemon_dex_numbers. A species can only appear once per pokedex, and a number cannot be used more than once per pokedex. |
||
---|---|---|
.. | ||
cli | ||
data/csv | ||
db | ||
doc | ||
struct | ||
tests | ||
util | ||
__init__.py | ||
__main__.py | ||
compatibility.py | ||
defaults.py | ||
formulae.py | ||
lookup.py | ||
main.py | ||
roomaji.py | ||
search.py |