mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Add missing gift Pokémon in HG/SS
+ Dratini in Dragon's Den + Tentacool in Cianwood Pokémon Center
This commit is contained in:
parent
85664210db
commit
7c1f2cffd1
6 changed files with 10 additions and 0 deletions
|
@ -20651,3 +20651,5 @@ encounter_id,encounter_condition_value_id
|
||||||
62280,56
|
62280,56
|
||||||
62281,56
|
62281,56
|
||||||
62282,56
|
62282,56
|
||||||
|
62283,57
|
||||||
|
62284,57
|
||||||
|
|
|
|
@ -75,3 +75,4 @@ encounter_condition_value_id,local_language_id,name
|
||||||
54,9,Obtained Zephyr badge
|
54,9,Obtained Zephyr badge
|
||||||
55,9,Defeat Red
|
55,9,Defeat Red
|
||||||
56,9,Received a Kanto Starter
|
56,9,Received a Kanto Starter
|
||||||
|
57,9,Received TM59 From Claire
|
||||||
|
|
|
|
@ -55,3 +55,4 @@ id,encounter_condition_id,identifier,is_default
|
||||||
54,9,story-progress-zephyr-badge,0
|
54,9,story-progress-zephyr-badge,0
|
||||||
55,9,story-progress-beat-red,0
|
55,9,story-progress-beat-red,0
|
||||||
56,9,other-received-kanto-starter,0
|
56,9,other-received-kanto-starter,0
|
||||||
|
57,9,story-progress-receive-tm-from-claire,0
|
||||||
|
|
|
|
@ -58562,3 +58562,7 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
||||||
62280,16,835,499,252,5,5
|
62280,16,835,499,252,5,5
|
||||||
62281,16,835,499,255,5,5
|
62281,16,835,499,255,5,5
|
||||||
62282,16,835,499,258,5,5
|
62282,16,835,499,258,5,5
|
||||||
|
62283,15,250,499,147,15,15
|
||||||
|
62284,16,250,499,147,15,15
|
||||||
|
62285,15,836,499,72,15,15
|
||||||
|
62286,16,836,499,72,15,15
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -692,3 +692,4 @@ location_area_id,local_language_id,name
|
||||||
833,9,Cinnabar Lab
|
833,9,Cinnabar Lab
|
||||||
834,9,
|
834,9,
|
||||||
835,9,Silph Co.
|
835,9,Silph Co.
|
||||||
|
836,9,Pokémon Center
|
||||||
|
|
|
|
@ -724,3 +724,4 @@ id,location_id,game_index,identifier
|
||||||
833,71,0,cinnabar-lab
|
833,71,0,cinnabar-lab
|
||||||
834,573,0,
|
834,573,0,
|
||||||
835,234,0,silph-co
|
835,234,0,silph-co
|
||||||
|
836,70,0,pokemon-center
|
||||||
|
|
|
Loading…
Reference in a new issue