mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fixed some location names. #167
This commit is contained in:
parent
984b1372a9
commit
76065800ae
2 changed files with 17 additions and 27 deletions
|
@ -192,8 +192,6 @@ id,location_id,internal_id,name
|
|||
230,156,47,unknown floors C
|
||||
231,156,48,empty floor Y
|
||||
232,156,49,B3F
|
||||
233,143,50,
|
||||
234,144,51,
|
||||
235,70,52,
|
||||
236,123,53,
|
||||
237,81,54,1F
|
||||
|
@ -207,7 +205,6 @@ id,location_id,internal_id,name
|
|||
245,77,62,B1F
|
||||
246,77,63,B2F
|
||||
247,77,64,B3F
|
||||
248,145,65,
|
||||
249,65,66,
|
||||
250,74,67,
|
||||
251,126,68,
|
||||
|
@ -222,18 +219,17 @@ id,location_id,internal_id,name
|
|||
260,136,77,B2F
|
||||
261,136,78,B3F
|
||||
262,136,79,B4F
|
||||
263,82,80,1F
|
||||
263,82,80,2F
|
||||
264,82,81,1F top
|
||||
265,82,82,4F
|
||||
266,128,83,cave gate
|
||||
267,128,84,inside cave
|
||||
268,139,85,10F
|
||||
269,82,86,outside
|
||||
270,82,87,2F
|
||||
270,82,87,1F
|
||||
271,82,88,mountainside
|
||||
272,82,89,3F
|
||||
273,82,90,top
|
||||
274,146,91,
|
||||
275,149,92,
|
||||
276,91,93,
|
||||
277,98,94,
|
||||
|
@ -253,9 +249,9 @@ id,location_id,internal_id,name
|
|||
291,80,108,2F
|
||||
292,87,109,1F
|
||||
293,87,110,B1F
|
||||
294,152,111,
|
||||
294,152,111,1F
|
||||
295,88,112,
|
||||
296,99,113,
|
||||
296,99,113,"south, towards Viridian City"
|
||||
297,109,114,
|
||||
298,120,115,
|
||||
299,130,116,
|
||||
|
@ -277,11 +273,10 @@ id,location_id,internal_id,name
|
|||
315,104,132,
|
||||
316,140,133,
|
||||
317,73,134,
|
||||
318,152,135,one
|
||||
319,152,136,two
|
||||
320,99,137,something else
|
||||
318,152,135,2F
|
||||
319,152,136,3F
|
||||
320,99,137,"north, towards Pewter City"
|
||||
321,155,138,
|
||||
322,142,139,
|
||||
323,147,140,1F
|
||||
324,147,141,2F
|
||||
325,147,142,B1F
|
||||
|
|
|
|
@ -12,7 +12,7 @@ id,region_id,name
|
|||
11,4,Great Marsh
|
||||
12,4,Solaceon Ruins
|
||||
13,4,Victory Road
|
||||
14,4,Deserted Escape Path
|
||||
14,4,Ravaged Path
|
||||
15,4,Oreburgh Tunnel
|
||||
16,4,Stark Mountain
|
||||
17,4,Spring Path
|
||||
|
@ -24,10 +24,10 @@ id,region_id,name
|
|||
24,4,Iron Island
|
||||
25,4,Old Chateau
|
||||
26,4,Lake Verity
|
||||
27,4,Lake Valour
|
||||
27,4,Lake Valor
|
||||
28,4,Lake Acuity
|
||||
29,4,Near Lake Valour
|
||||
30,4,Near Lake Acuity
|
||||
29,4,Valor Lakefront
|
||||
30,4,Acuity Lakefront
|
||||
31,4,Route 201
|
||||
32,4,Route 202
|
||||
33,4,Route 203
|
||||
|
@ -74,7 +74,7 @@ id,region_id,name
|
|||
74,2,Dragon's Den
|
||||
75,2,Ecruteak City
|
||||
76,1,Fuchsia City
|
||||
77,2,Ice Cave
|
||||
77,2,Ice Path
|
||||
78,2,Ilex Forest
|
||||
79,2,Lake of Rage
|
||||
80,1,Mt. Moon
|
||||
|
@ -95,10 +95,10 @@ id,region_id,name
|
|||
95,1,Route 16
|
||||
96,1,Route 17
|
||||
97,1,Route 18
|
||||
98,1,Route 19
|
||||
98,1,Sea Route 19
|
||||
99,1,Route 2
|
||||
100,1,Route 20
|
||||
101,1,Route 21
|
||||
100,1,Sea Route 20
|
||||
101,1,Sea Route 21
|
||||
102,1,Route 22
|
||||
103,1,Route 24
|
||||
104,1,Route 25
|
||||
|
@ -118,8 +118,8 @@ id,region_id,name
|
|||
118,2,Route 38
|
||||
119,2,Route 39
|
||||
120,1,Route 4
|
||||
121,2,Route 40
|
||||
122,2,Route 41
|
||||
121,2,Sea Route 40
|
||||
122,2,Sea Route 41
|
||||
123,2,Route 42
|
||||
124,2,Route 43
|
||||
125,2,Route 44
|
||||
|
@ -139,11 +139,6 @@ id,region_id,name
|
|||
139,2,Tin Tower
|
||||
140,2,Tohjo Falls
|
||||
141,2,Union Cave
|
||||
142,2,Unknown 138
|
||||
143,2,Unknown 49
|
||||
144,2,Unknown 50
|
||||
145,2,Unknown 64
|
||||
146,2,Unknown 90
|
||||
147,1,Cerulean Cave
|
||||
148,2,Unknown; all Poliwag
|
||||
149,2,Unknown; all Rattata
|
||||
|
|
|
Loading…
Reference in a new issue