Added encounter data for Diamond, Pearl, and Platinum.
authorEevee <git@veekun.com>
Fri, 1 May 2009 13:20:18 +0000 (06:20 -0700)
committerEevee <git@veekun.com>
Fri, 1 May 2009 13:20:18 +0000 (06:20 -0700)
commit27d9bff9efa64b28ecb3803a7ff7e49fb04f8e75
tree834baaa9ce4df845e1e89e2355c2f6fad14629f5
parent4c89607b64096bf6662c80da3a0ee420738cd63b
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.
pokedex/data/csv/encounter_condition_groups.csv [new file with mode: 0644]
pokedex/data/csv/encounter_conditions.csv [new file with mode: 0644]
pokedex/data/csv/encounter_type_slots.csv [new file with mode: 0644]
pokedex/data/csv/encounter_types.csv [new file with mode: 0644]
pokedex/data/csv/encounters.csv [new file with mode: 0644]
pokedex/data/csv/location_areas.csv [new file with mode: 0644]
pokedex/data/csv/locations.csv [new file with mode: 0644]
pokedex/db/tables.py