2
0
Fork 0
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:
SimplyBLGDev 2021-03-09 17:49:41 +00:00
parent aefce08042
commit f5f3d508a5
4 changed files with 1153 additions and 1700 deletions

View file

@ -16971,5 +16971,5 @@ encounter_id,encounter_condition_value_id
58140,35
58138,28
58140,27
59829,39
59830,39
59280,39
59281,39

1 encounter_id encounter_condition_value_id
16971 58140 35
16972 58138 28
16973 58140 27
16974 59829 59280 39
16975 59830 59281 39

File diff suppressed because it is too large Load diff

View file

@ -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

1 location_area_id local_language_id name
661 802 9 Terra Cave
662 803 9 Marine Cave
663 804 9 Sky Pillar Apex
664 805 9 Bell Tower 1F

View file

@ -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

1 id location_id game_index identifier
693 802 803 0 area
694 803 804 0 area
695 804 448 0 apex
696 805 139 0 1f