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
16
pokedex/data/csv/egg_groups.csv
Normal file
16
pokedex/data/csv/egg_groups.csv
Normal file
|
@ -0,0 +1,16 @@
|
|||
id,name
|
||||
1,Monster
|
||||
2,Water 1
|
||||
3,Bug
|
||||
4,Flying
|
||||
5,Ground
|
||||
6,Fairy
|
||||
7,Plant
|
||||
8,Humanshape
|
||||
9,Water 3
|
||||
10,Mineral
|
||||
11,Indeterminate
|
||||
12,Water 2
|
||||
13,Ditto
|
||||
14,Dragon
|
||||
15,No Eggs
|
|
Loading…
Add table
Add a link
Reference in a new issue