mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-26 12:07:13 +00:00
Encounter corrections
Due to an error the headbutt importer script used the wrong tables for gold and silver, this commit re-run this tool with the correct data and solved the inconsistencies that were present in the previous commits. - Replaced all headbutt encounters with their correct counterparts - Relocated some encounter's IDs - Created location area Bell Tower 1f - Moved Pokémon Crystal's Suicune encounter from Bell Tower Roof to Bell Tower 1f (it's correct position)
This commit is contained in:
parent
aefce08042
commit
f5f3d508a5
4 changed files with 1153 additions and 1700 deletions
|
@ -16971,5 +16971,5 @@ encounter_id,encounter_condition_value_id
|
|||
58140,35
|
||||
58138,28
|
||||
58140,27
|
||||
59829,39
|
||||
59830,39
|
||||
59280,39
|
||||
59281,39
|
||||
|
|
|
File diff suppressed because it is too large
Load diff
|
@ -661,3 +661,4 @@ location_area_id,local_language_id,name
|
|||
802,9,Terra Cave
|
||||
803,9,Marine Cave
|
||||
804,9,Sky Pillar Apex
|
||||
805,9,Bell Tower 1F
|
||||
|
|
|
|
@ -693,3 +693,4 @@ id,location_id,game_index,identifier
|
|||
802,803,0,area
|
||||
803,804,0,area
|
||||
804,448,0,apex
|
||||
805,139,0,1f
|
||||
|
|
|
Loading…
Add table
Reference in a new issue