Add Missing gift Pokémon in R/B/Y

+ Magikarp in Route 3
+ Fossil Pokémon in Cinnabar Lab
This commit is contained in:
Simply BLG 2022-07-24 12:05:31 -03:00
parent f5d5b2cb53
commit bd00fca16f
5 changed files with 28 additions and 0 deletions

View file

@ -20598,3 +20598,12 @@ encounter_id,encounter_condition_value_id
62250,45
62250,42
62250,35
62254,46
62255,47
62256,48
62257,46
62258,47
62259,48
62260,46
62261,47
62262,48

1 encounter_id encounter_condition_value_id
20598 62250 45
20599 62250 42
20600 62250 35
20601 62254 46
20602 62255 47
20603 62256 48
20604 62257 46
20605 62258 47
20606 62259 48
20607 62260 46
20608 62261 47
20609 62262 48

View file

@ -44,3 +44,6 @@ id,encounter_condition_id,identifier,is_default
43,11,item-none,1
44,11,item-adamant-orb,0
45,11,item-lustrous-orb,0
46,11,item-helix-fossil,0
47,11,item-dome-fossil,0
48,11,item-old-amber,0

1 id encounter_condition_id identifier is_default
44 43 11 item-none 1
45 44 11 item-adamant-orb 0
46 45 11 item-lustrous-orb 0
47 46 11 item-helix-fossil 0
48 47 11 item-dome-fossil 0
49 48 11 item-old-amber 0

View file

@ -58538,3 +58538,15 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
62248,13,831,568,484,47,47
62249,14,831,569,483,70,70
62250,14,831,569,484,70,70
62251,1,832,490,129,5,5
62252,2,832,490,129,5,5
62253,3,832,491,129,5,5
62254,1,833,490,138,30,30
62255,1,833,490,140,30,30
62256,1,833,490,142,30,30
62257,2,833,490,138,30,30
62258,2,833,490,140,30,30
62259,2,833,490,142,30,30
62260,3,833,491,138,30,30
62261,3,833,491,140,30,30
62262,3,833,491,142,30,30

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

View file

@ -688,3 +688,5 @@ location_area_id,local_language_id,name
829,9,Acuity Cavern
830,9,Valor Cavern
831,9,Spear Pillar
832,9,Pokémon Center
833,9,Cinnabar Lab

1 location_area_id local_language_id name
688 829 9 Acuity Cavern
689 830 9 Valor Cavern
690 831 9 Spear Pillar
691 832 9 Pokémon Center
692 833 9 Cinnabar Lab

View file

@ -720,3 +720,5 @@ id,location_id,game_index,identifier
829,28,0,cavern
830,27,0,cavern
831,172,0,area
832,109,0,pokemon-center
833,71,0,cinnabar-lab

1 id location_id game_index identifier
720 829 28 0 cavern
721 830 27 0 cavern
722 831 172 0 area
723 832 109 0 pokemon-center
724 833 71 0 cinnabar-lab