1
0
Fork 0
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:
Eevee 2009-02-22 23:44:40 -08:00
parent d0aea28639
commit 77ee4eb8a0
25 changed files with 2 additions and 1 deletions
pokedex/data/csv

View file

@ -0,0 +1,5 @@
id,name
1,Generation I
2,Generation II
3,Generation III
4,Generation IV
1 id name
2 1 Generation I
3 2 Generation II
4 3 Generation III
5 4 Generation IV