mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Delete erroneous "Vermillion City" location.
Typo from when FRLG encounters were first imported. The correct spelling is, of course, "vermilion".
This commit is contained in:
parent
dbe8495fa8
commit
4e56c036c1
3 changed files with 1 additions and 3 deletions
|
@ -511,7 +511,7 @@ id,location_id,game_index,identifier
|
||||||
554,86,113,
|
554,86,113,
|
||||||
555,154,114,
|
555,154,114,
|
||||||
556,68,115,
|
556,68,115,
|
||||||
557,525,116,
|
557,151,116,
|
||||||
558,67,117,
|
558,67,117,
|
||||||
559,76,118,
|
559,76,118,
|
||||||
560,71,119,
|
560,71,119,
|
||||||
|
|
|
|
@ -597,7 +597,6 @@ location_id,local_language_id,name
|
||||||
522,9,Route 19
|
522,9,Route 19
|
||||||
523,9,Route 20
|
523,9,Route 20
|
||||||
524,9,Route 21
|
524,9,Route 21
|
||||||
525,9,Vermillion City
|
|
||||||
526,9,One Island
|
526,9,One Island
|
||||||
527,9,Four Island
|
527,9,Four Island
|
||||||
528,9,Five Island
|
528,9,Five Island
|
||||||
|
|
|
|
@ -512,7 +512,6 @@ id,region_id,identifier
|
||||||
522,1,kanto-route-19
|
522,1,kanto-route-19
|
||||||
523,1,kanto-route-20
|
523,1,kanto-route-20
|
||||||
524,1,kanto-route-21
|
524,1,kanto-route-21
|
||||||
525,1,vermillion-city
|
|
||||||
526,1,one-island
|
526,1,one-island
|
||||||
527,1,four-island
|
527,1,four-island
|
||||||
528,1,five-island
|
528,1,five-island
|
||||||
|
|
|
Loading…
Reference in a new issue