Eevee
9f6f210fa5
Added encounter data for Diamond, Pearl, and Platinum.
...
Finally! Location order is the same as from the old dex, which was
something like the game but ultimately arbitrary, so it's not any better
now.
This takes a very different approach to storage, rather than copying the
game exactly and trying to fix everything in code. Comments coming
shortly so other people can actually make use of this.
2009-05-01 06:20:18 -07:00
Eevee
67af605e8d
Added a couple extra female back sprite flags, new in Platinum.
...
Renamed the female-sprite columns as for 'gen4' rather than 'dp'.
2009-03-25 20:48:36 -04:00
Eevee
c4883a95f4
Added relations for evolution.
...
Alternate Formes also now have NULL evolution chain ids.
2009-03-20 19:28:41 -04:00
Eevee
774690026c
Added habitat sprites. Renamed flavor to flavor_text.
...
pokemon_flavor_text.flavor -> pokemon_flavor_text.flavor_text
2009-03-06 19:14:42 -08:00
Eevee
e212038be0
Added Pokemon body shapes.
2009-03-04 19:29:43 -08:00
Eevee
7315189b10
Added region names to the generations table.
2009-03-03 17:58:10 -08:00
Eevee
94c70f00d3
Added a generation_id column to the pokemon table.
2009-03-02 01:06:31 -08:00
Eevee
2e3c87b1b8
Fixed Pokemon female-sprite flags.
...
Pokemon that have both a female front and back sprite in Gen IV didn't
import the flags at all. Some goof on my part.
2009-02-27 18:42:12 -08:00
Eevee
77ee4eb8a0
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.
2009-02-22 23:44:40 -08:00