mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
Add Missing gift Pokémon in R/B/Y
+ Magikarp in Route 3 + Fossil Pokémon in Cinnabar Lab
This commit is contained in:
parent
f5d5b2cb53
commit
bd00fca16f
5 changed files with 28 additions and 0 deletions
|
@ -20598,3 +20598,12 @@ encounter_id,encounter_condition_value_id
|
|||
62250,45
|
||||
62250,42
|
||||
62250,35
|
||||
62254,46
|
||||
62255,47
|
||||
62256,48
|
||||
62257,46
|
||||
62258,47
|
||||
62259,48
|
||||
62260,46
|
||||
62261,47
|
||||
62262,48
|
||||
|
|
|
|
@ -44,3 +44,6 @@ id,encounter_condition_id,identifier,is_default
|
|||
43,11,item-none,1
|
||||
44,11,item-adamant-orb,0
|
||||
45,11,item-lustrous-orb,0
|
||||
46,11,item-helix-fossil,0
|
||||
47,11,item-dome-fossil,0
|
||||
48,11,item-old-amber,0
|
||||
|
|
|
|
@ -58538,3 +58538,15 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62248,13,831,568,484,47,47
|
||||
62249,14,831,569,483,70,70
|
||||
62250,14,831,569,484,70,70
|
||||
62251,1,832,490,129,5,5
|
||||
62252,2,832,490,129,5,5
|
||||
62253,3,832,491,129,5,5
|
||||
62254,1,833,490,138,30,30
|
||||
62255,1,833,490,140,30,30
|
||||
62256,1,833,490,142,30,30
|
||||
62257,2,833,490,138,30,30
|
||||
62258,2,833,490,140,30,30
|
||||
62259,2,833,490,142,30,30
|
||||
62260,3,833,491,138,30,30
|
||||
62261,3,833,491,140,30,30
|
||||
62262,3,833,491,142,30,30
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -688,3 +688,5 @@ location_area_id,local_language_id,name
|
|||
829,9,Acuity Cavern
|
||||
830,9,Valor Cavern
|
||||
831,9,Spear Pillar
|
||||
832,9,Pokémon Center
|
||||
833,9,Cinnabar Lab
|
||||
|
|
|
|
@ -720,3 +720,5 @@ id,location_id,game_index,identifier
|
|||
829,28,0,cavern
|
||||
830,27,0,cavern
|
||||
831,172,0,area
|
||||
832,109,0,pokemon-center
|
||||
833,71,0,cinnabar-lab
|
||||
|
|
|
Loading…
Reference in a new issue