mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Add Missing gift Pokémon in FR/LG
+ Magikarp in Route 3 + Fossils in Cinnabar Lab
This commit is contained in:
parent
c344cc8a07
commit
8d6f339d09
2 changed files with 14 additions and 0 deletions
|
@ -20613,3 +20613,9 @@ encounter_id,encounter_condition_value_id
|
|||
62266,50
|
||||
62267,49
|
||||
62268,50
|
||||
62271,46
|
||||
62272,47
|
||||
62273,48
|
||||
62274,46
|
||||
62275,47
|
||||
62276,48
|
||||
|
|
|
|
@ -58556,3 +58556,11 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62266,8,834,494,347,20,20
|
||||
62267,9,834,495,345,20,20
|
||||
62268,9,834,495,347,20,20
|
||||
62269,10,832,496,129,5,5
|
||||
62270,11,832,496,129,5,5
|
||||
62271,10,833,496,138,5,5
|
||||
62272,10,833,496,140,5,5
|
||||
62273,10,833,496,142,5,5
|
||||
62274,11,833,496,138,5,5
|
||||
62275,11,833,496,140,5,5
|
||||
62276,11,833,496,142,5,5
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Add table
Reference in a new issue