mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
added Kalos Route 1 encounters, slots, and location_area for X and Y
This commit is contained in:
parent
a9bce8f5a3
commit
fe1c6d96eb
3 changed files with 20 additions and 0 deletions
|
@ -409,3 +409,10 @@ id,version_group_id,encounter_method_id,slot,rarity
|
||||||
408,14,11,10,4
|
408,14,11,10,4
|
||||||
409,14,11,11,1
|
409,14,11,11,1
|
||||||
410,14,11,12,1
|
410,14,11,12,1
|
||||||
|
411,15,1,1,20
|
||||||
|
412,15,1,2,10
|
||||||
|
413,15,1,3,20
|
||||||
|
414,15,1,4,10
|
||||||
|
415,15,1,5,20
|
||||||
|
416,15,1,6,10
|
||||||
|
417,15,1,7,10
|
||||||
|
|
|
|
@ -44339,3 +44339,15 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
||||||
48049,22,707,348,226,35,45
|
48049,22,707,348,226,35,45
|
||||||
48050,22,707,349,594,35,45
|
48050,22,707,349,594,35,45
|
||||||
48051,22,707,350,594,35,45
|
48051,22,707,350,594,35,45
|
||||||
|
48052,23,708,411,659,,
|
||||||
|
48053,24,708,411,659,,
|
||||||
|
48054,24,708,412,13,,
|
||||||
|
48055,23,708,413,661,,
|
||||||
|
48056,24,708,413,661,,
|
||||||
|
48057,23,708,414,16,,
|
||||||
|
48058,24,708,414,16,,
|
||||||
|
48059,23,708,415,664,,
|
||||||
|
48060,24,708,415,664,,
|
||||||
|
48061,23,708,416,13,,
|
||||||
|
48062,23,708,417,263,,
|
||||||
|
48063,24,708,417,263,,
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -662,3 +662,4 @@ id,location_id,game_index,identifier
|
||||||
705,541,130,
|
705,541,130,
|
||||||
706,542,131,
|
706,542,131,
|
||||||
707,540,134,
|
707,540,134,
|
||||||
|
708,623,1,
|
||||||
|
|
|
Loading…
Add table
Reference in a new issue