Add missing legendary encounters D/P/Pt

This commit is contained in:
Simply BLG 2022-07-24 13:22:20 -03:00
parent 88806d3248
commit ec95156acd
6 changed files with 28 additions and 0 deletions

View file

@ -20653,3 +20653,6 @@ encounter_id,encounter_condition_value_id
62282,56 62282,56
62283,57 62283,57
62284,57 62284,57
62293,58
62294,58
62295,58

1 encounter_id encounter_condition_value_id
20653 62282 56
20654 62283 57
20655 62284 57
20656 62293 58
20657 62294 58
20658 62295 58

View file

@ -76,3 +76,4 @@ encounter_condition_value_id,local_language_id,name
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 57,9,Received TM59 From Claire
58,9,"Have Regirock, Regice and Registeel in the party"

1 encounter_condition_value_id local_language_id name
76 55 9 Defeat Red
77 56 9 Received a Kanto Starter
78 57 9 Received TM59 From Claire
79 58 9 Have Regirock, Regice and Registeel in the party

View file

@ -56,3 +56,4 @@ id,encounter_condition_id,identifier,is_default
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 57,9,story-progress-receive-tm-from-claire,0
58,9,other-regirock-regice-registeel-in-party,0

1 id encounter_condition_id identifier is_default
56 55 9 story-progress-beat-red 0
57 56 9 other-received-kanto-starter 0
58 57 9 story-progress-receive-tm-from-claire 0
59 58 9 other-regirock-regice-registeel-in-party 0

View file

@ -58572,3 +58572,18 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
62290,6,242,564,130,30,30 62290,6,242,564,130,30,30
62291,15,242,570,130,30,30 62291,15,242,570,130,30,30
62292,16,242,570,130,30,30 62292,16,242,570,130,30,30
62293,12,112,568,486,70,70
62294,13,112,568,486,70,70
62295,14,112,569,486,1,1
62296,12,837,568,485,70,70
62297,13,837,568,485,70,70
62298,14,837,569,485,50,50
62299,12,838,568,491,40,40
62300,13,838,568,491,40,40
62301,14,838,569,491,50,50
62302,12,839,568,492,30,30
62303,13,839,568,492,30,30
62304,14,839,569,492,30,30
62305,12,840,568,493,80,80
62306,13,840,568,493,80,80
62307,14,840,569,493,80,80

Can't render this file because it is too large.

View file

@ -693,3 +693,7 @@ location_area_id,local_language_id,name
834,9, 834,9,
835,9,Silph Co. 835,9,Silph Co.
836,9,Pokémon Center 836,9,Pokémon Center
837,9,Heatran Chamber
838,9,
839,9,
840,9,

1 location_area_id local_language_id name
693 834 9
694 835 9 Silph Co.
695 836 9 Pokémon Center
696 837 9 Heatran Chamber
697 838 9
698 839 9
699 840 9

View file

@ -725,3 +725,7 @@ id,location_id,game_index,identifier
834,573,0, 834,573,0,
835,234,0,silph-co 835,234,0,silph-co
836,70,0,pokemon-center 836,70,0,pokemon-center
837,16,0,heatran-chamber
838,183,0,
839,179,0,
840,188,0,

1 id location_id game_index identifier
725 834 573 0
726 835 234 0 silph-co
727 836 70 0 pokemon-center
728 837 16 0 heatran-chamber
729 838 183 0
730 839 179 0
731 840 188 0