mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Moved CSV sources into pokedex/.
This appears to be the only way to make data access in eggs actually work, and is why the Platinum sprites are in pokedex/ too.
This commit is contained in:
parent
d0aea28639
commit
77ee4eb8a0
25 changed files with 2 additions and 1 deletions
pokedex/data/csv
15
pokedex/data/csv/versions.csv
Normal file
15
pokedex/data/csv/versions.csv
Normal file
|
@ -0,0 +1,15 @@
|
|||
id,version_group_id,name
|
||||
1,1,Red
|
||||
2,1,Blue
|
||||
3,2,Yellow
|
||||
4,3,Gold
|
||||
5,3,Silver
|
||||
6,4,Crystal
|
||||
7,5,Ruby
|
||||
8,5,Sapphire
|
||||
9,6,Emerald
|
||||
10,7,Fire Red
|
||||
11,7,Leaf Green
|
||||
12,8,Diamond
|
||||
13,8,Pearl
|
||||
14,9,Platinum
|
|
Loading…
Add table
Add a link
Reference in a new issue