mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
Add Missing gift Pokémon in R/S/E
+ Fossils in Rustboro city
This commit is contained in:
parent
bd00fca16f
commit
c344cc8a07
5 changed files with 16 additions and 0 deletions
|
@ -20607,3 +20607,9 @@ encounter_id,encounter_condition_value_id
|
|||
62260,46
|
||||
62261,47
|
||||
62262,48
|
||||
62263,49
|
||||
62264,50
|
||||
62265,49
|
||||
62266,50
|
||||
62267,49
|
||||
62268,50
|
||||
|
|
|
|
@ -47,3 +47,5 @@ id,encounter_condition_id,identifier,is_default
|
|||
46,11,item-helix-fossil,0
|
||||
47,11,item-dome-fossil,0
|
||||
48,11,item-old-amber,0
|
||||
49,11,item-root-fossil,0
|
||||
50,11,item-claw-fossil,0
|
||||
|
|
|
|
@ -58550,3 +58550,9 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62260,3,833,491,138,30,30
|
||||
62261,3,833,491,140,30,30
|
||||
62262,3,833,491,142,30,30
|
||||
62263,7,834,494,345,20,20
|
||||
62264,7,834,494,347,20,20
|
||||
62265,8,834,494,345,20,20
|
||||
62266,8,834,494,347,20,20
|
||||
62267,9,834,495,345,20,20
|
||||
62268,9,834,495,347,20,20
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -690,3 +690,4 @@ location_area_id,local_language_id,name
|
|||
831,9,Spear Pillar
|
||||
832,9,Pokémon Center
|
||||
833,9,Cinnabar Lab
|
||||
834,9,
|
||||
|
|
|
|
@ -722,3 +722,4 @@ id,location_id,game_index,identifier
|
|||
831,172,0,area
|
||||
832,109,0,pokemon-center
|
||||
833,71,0,cinnabar-lab
|
||||
834,573,0,
|
||||
|
|
|
Loading…
Reference in a new issue