mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Merge pull request #155 from ncorgan/locations/kanto_fix
Fix region_id for Kanto locations listed as being in Johto
This commit is contained in:
commit
0fb92f33d4
1 changed files with 4 additions and 4 deletions
|
@ -221,10 +221,10 @@ id,region_id,identifier
|
|||
228,2,azalea-town
|
||||
229,2,goldenrod-city
|
||||
230,2,mahogany-town
|
||||
231,2,pewter-city
|
||||
232,2,lavender-town
|
||||
233,2,indigo-plateau
|
||||
234,2,saffron-city
|
||||
231,1,pewter-city
|
||||
232,1,lavender-town
|
||||
233,1,indigo-plateau
|
||||
234,1,saffron-city
|
||||
236,2,johto-lighthouse
|
||||
237,2,team-rocket-hq
|
||||
238,2,goldenrod-tunnel
|
||||
|
|
|
Loading…
Reference in a new issue