mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
9f6f210fa5
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.
170 B
170 B
1 | id | encounter_condition_group_id | name |
---|---|---|---|
2 | 1 | 1 | During a swarm |
3 | 10 | 4 | Leaf Green |
4 | 9 | 4 | Fire Red |
5 | 8 | 4 | Emerald |
6 | 7 | 4 | Sapphire |
7 | 6 | 4 | Ruby |
8 | 5 | 3 | Using PokéRadar |
9 | 4 | 2 | Night |
10 | 3 | 2 | Day |
11 | 2 | 2 | Morning |