Merge pull request #738 from SimplyBLGDev/simply-fix-missing-encounters

This commit is contained in:
Alessandro Pezzè 2022-08-30 11:21:44 +02:00 committed by GitHub
commit 42b93a5ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 7224 additions and 33 deletions

File diff suppressed because it is too large Load diff

View file

@ -58,3 +58,35 @@ encounter_condition_value_id,local_language_id,name
37,9,Acquired National Pokédex
38,9,None
39,9,Beat the Pokémon league after knocking out Snorlax at Route 11
40,9,Playing on the Virtual Console Release
41,9,Cure the nightmares of Eldritchs Son
42,9,Talk to Cynthias grandmother
43,9,No item requirement
44,9,Have Adamant Orb in bag
45,9,Have Lustrous Orb in bag
46,9,Have Helix Fossil in bag
47,9,Have Dome Fossil in bag
48,9,Have Old Amber in bag
49,9,Have Root Fossil in bag
50,9,Have Claw Fossil in bag
51,9,Defeat Jupiter
52,9,Defeat Team Galactic at Iron Island
53,9,Input correct password
54,9,Obtained Zephyr badge
55,9,Defeat Red
56,9,Received a Kanto Starter
57,9,Received TM59 From Claire
58,9,"Have Regirock, Regice and Registeel in the party"
59,9,Sunday
60,9,Monday
61,9,Tuesday
62,9,Wednesday
63,9,Thursday
64,9,Friday
65,9,Saturday
66,9,The first Pokémon in the players party has a high friendship stat
67,9,Beat Mars for the first time
68,9,Have Odd Keystone in bag
69,9,Has talked to at least 32 people in the underground
70,9,Returned Machine Part to Power Plant
10,9,Have an Event Arceus in the party

1 encounter_condition_value_id local_language_id name
58 37 9 Acquired National Pokédex
59 38 9 None
60 39 9 Beat the Pokémon league after knocking out Snorlax at Route 11
61 40 9 Playing on the Virtual Console Release
62 41 9 Cure the nightmares of Eldritch’s Son
63 42 9 Talk to Cynthia’s grandmother
64 43 9 No item requirement
65 44 9 Have Adamant Orb in bag
66 45 9 Have Lustrous Orb in bag
67 46 9 Have Helix Fossil in bag
68 47 9 Have Dome Fossil in bag
69 48 9 Have Old Amber in bag
70 49 9 Have Root Fossil in bag
71 50 9 Have Claw Fossil in bag
72 51 9 Defeat Jupiter
73 52 9 Defeat Team Galactic at Iron Island
74 53 9 Input correct password
75 54 9 Obtained Zephyr badge
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
80 59 9 Sunday
81 60 9 Monday
82 61 9 Tuesday
83 62 9 Wednesday
84 63 9 Thursday
85 64 9 Friday
86 65 9 Saturday
87 66 9 The first Pokémon in the player’s party has a high friendship stat
88 67 9 Beat Mars for the first time
89 68 9 Have Odd Keystone in bag
90 69 9 Has talked to at least 32 people in the underground
91 70 9 Returned Machine Part to Power Plant
92 10 9 Have an Event Arceus in the party

View file

@ -38,3 +38,35 @@ id,encounter_condition_id,identifier,is_default
37,9,story-progress-national-dex,0
38,10,other-none,1
39,10,other-snorlax-11-beat-league,0
40,10,other-virtual-console,0
41,9,story-progress-cure-eldritch-nightmares,0
42,10,other-talk-to-cynthias-grandmother,0
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
49,11,item-root-fossil,0
50,11,item-claw-fossil,0
51,9,story-progress-defeat-jupiter,0
52,9,story-progress-beat-team-galactic-iron-island,0
53,10,other-correct-password,0
54,9,story-progress-zephyr-badge,0
55,9,story-progress-beat-red,0
56,10,other-received-kanto-starter,0
57,9,story-progress-receive-tm-from-claire,0
58,10,other-regirock-regice-registeel-in-party,0
59,12,weekday-sunday,0
60,12,weekday-monday,0
61,12,weekday-tuesday,0
62,12,weekday-wednesday,0
63,12,weekday-thursday,0
64,12,weekday-friday,0
65,12,weekday-saturday,0
66,13,first-party-pokemon-high-friendship,0
67,9,story-progress-defeat-mars,0
68,11,item-odd-keystone,0
69,10,other-talked-to-32-people-underground,0
70,9,story-progress-returned-machine-part,0
71,10,other-event-arceus-in-party,0

1 id encounter_condition_id identifier is_default
38 37 9 story-progress-national-dex 0
39 38 10 other-none 1
40 39 10 other-snorlax-11-beat-league 0
41 40 10 other-virtual-console 0
42 41 9 story-progress-cure-eldritch-nightmares 0
43 42 10 other-talk-to-cynthias-grandmother 0
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
50 49 11 item-root-fossil 0
51 50 11 item-claw-fossil 0
52 51 9 story-progress-defeat-jupiter 0
53 52 9 story-progress-beat-team-galactic-iron-island 0
54 53 10 other-correct-password 0
55 54 9 story-progress-zephyr-badge 0
56 55 9 story-progress-beat-red 0
57 56 10 other-received-kanto-starter 0
58 57 9 story-progress-receive-tm-from-claire 0
59 58 10 other-regirock-regice-registeel-in-party 0
60 59 12 weekday-sunday 0
61 60 12 weekday-monday 0
62 61 12 weekday-tuesday 0
63 62 12 weekday-wednesday 0
64 63 12 weekday-thursday 0
65 64 12 weekday-friday 0
66 65 12 weekday-saturday 0
67 66 13 first-party-pokemon-high-friendship 0
68 67 9 story-progress-defeat-mars 0
69 68 11 item-odd-keystone 0
70 69 10 other-talked-to-32-people-underground 0
71 70 9 story-progress-returned-machine-part 0
72 71 10 other-event-arceus-in-party 0

View file

@ -9,3 +9,6 @@ id,identifier
8,tv-option
9,story-progress
10,other
11,item
12,weekday
13,first-party-pokemon

1 id identifier
9 8 tv-option
10 9 story-progress
11 10 other
12 11 item
13 12 weekday
14 13 first-party-pokemon

View file

@ -42,4 +42,8 @@ encounter_method_id,local_language_id,name
24,9,Headbutting a high encounter rate tree
25,9,Using the Squirt Bottle on a Sudowoodo
26,9,Using the Wailmer Pail on a Sudowoodo
27,9,Surfing on seaweed
27,9,Diving on seaweed
28,9,On any overworld patch of grass
29,9,On any overworld water tile
30,9,Using Devon Scope
31,9,Fishing in a Feebas Tile

1 encounter_method_id local_language_id name
42 24 9 Headbutting a high encounter rate tree
43 25 9 Using the Squirt Bottle on a Sudowoodo
44 26 9 Using the Wailmer Pail on a Sudowoodo
45 27 9 Surfing on seaweed Diving on seaweed
46 28 9 On any overworld patch of grass
47 29 9 On any overworld water tile
48 30 9 Using Devon Scope
49 31 9 Fishing in a Feebas Tile

View file

@ -26,3 +26,7 @@ id,identifier,order
25,squirt-bottle,25
26,wailmer-pail,26
27,seaweed,27
28,roaming-grass,28
29,roaming-water,29
30,devon-scope,30
31,feebas-tile-fishing,31

1 id identifier order
26 25 squirt-bottle 25
27 26 wailmer-pail 26
28 27 seaweed 27
29 28 roaming-grass 28
30 29 roaming-water 29
31 30 devon-scope 30
32 31 feebas-tile-fishing 31

View file

@ -645,3 +645,173 @@ id,version_group_id,encounter_method_id,slot,rarity
644,6,27,3,5
645,6,27,4,4
646,6,27,5,1
647,10,1,1,10
648,10,1,2,10
649,10,1,3,10
650,10,1,4,10
651,10,1,5,10
652,10,1,6,10
653,10,1,7,10
654,10,1,8,10
655,10,1,9,10
656,10,1,10,10
657,10,2,1,10
658,10,2,2,10
659,10,2,3,10
660,10,2,4,10
661,10,2,5,5
662,10,2,6,10
663,10,2,7,5
664,10,2,8,10
665,10,2,9,15
666,10,2,10,15
667,10,2,11,0
668,10,2,12,0
669,10,3,1,10
670,10,3,2,10
671,10,3,3,10
672,10,3,4,10
673,10,3,5,5
674,10,3,6,10
675,10,3,7,5
676,10,3,8,10
677,10,3,9,15
678,10,3,10,15
679,10,3,11,0
680,10,3,12,0
681,10,4,1,10
682,10,4,2,10
683,10,4,3,10
684,10,4,4,10
685,10,4,5,5
686,10,4,6,10
687,10,4,7,5
688,10,4,8,10
689,10,4,9,15
690,10,4,10,15
691,10,4,11,0
692,10,4,12,0
693,10,5,1,10
694,10,5,2,10
695,10,5,3,10
696,10,5,4,10
697,10,5,5,5
698,10,5,6,10
699,10,5,7,5
700,10,5,8,10
701,10,5,9,15
702,10,5,10,15
703,10,5,11,0
704,10,5,12,0
705,3,28,1,10
706,4,28,1,10
707,5,28,1,25
708,5,29,1,25
709,6,28,1,25
710,6,29,1,25
711,7,28,1,25
712,8,28,1,25
713,8,29,1,25
714,9,28,1,25
715,9,29,1,25
716,10,28,1,25
717,10,2,1,10
718,10,2,2,10
719,10,2,3,5
720,10,2,4,10
721,10,2,5,5
722,10,2,6,10
723,10,2,7,15
724,10,2,8,15
725,10,2,9,0
726,10,2,10,0
727,10,2,11,10
728,10,2,12,10
729,10,3,1,10
730,10,3,2,10
731,10,3,3,5
732,10,3,4,10
733,10,3,5,5
734,10,3,6,10
735,10,3,7,15
736,10,3,8,15
737,10,3,9,0
738,10,3,10,0
739,10,3,11,10
740,10,3,12,10
741,10,4,1,10
742,10,4,2,10
743,10,4,3,5
744,10,4,4,10
745,10,4,5,5
746,10,4,6,10
747,10,4,7,15
748,10,4,8,15
749,10,4,9,0
750,10,4,10,0
751,10,4,11,10
752,10,4,12,10
753,10,5,1,10
754,10,5,2,10
755,10,5,3,5
756,10,5,4,10
757,10,5,5,5
758,10,5,6,10
759,10,5,7,15
760,10,5,8,15
761,10,5,9,0
762,10,5,10,0
763,10,5,11,10
764,10,5,12,10
765,10,2,1,5
766,10,2,2,10
767,10,2,3,5
768,10,2,4,10
769,10,2,5,15
770,10,2,6,15
771,10,2,7,0
772,10,2,8,0
773,10,2,9,10
774,10,2,10,10
775,10,2,11,10
776,10,2,12,10
777,10,3,1,5
778,10,3,2,10
779,10,3,3,5
780,10,3,4,10
781,10,3,5,15
782,10,3,6,15
783,10,3,7,0
784,10,3,8,0
785,10,3,9,10
786,10,3,10,10
787,10,3,11,10
788,10,3,12,10
789,10,4,1,5
790,10,4,2,10
791,10,4,3,5
792,10,4,4,10
793,10,4,5,15
794,10,4,6,15
795,10,4,7,0
796,10,4,8,0
797,10,4,9,10
798,10,4,10,10
799,10,4,11,10
800,10,4,12,10
801,10,5,1,5
802,10,5,2,10
803,10,5,3,5
804,10,5,4,10
805,10,5,5,15
806,10,5,6,15
807,10,5,7,0
808,10,5,8,0
809,10,5,9,10
810,10,5,10,10
811,10,5,11,10
812,10,5,12,10
813,5,30,1,100
814,6,30,1,100
815,5,31,1,50
816,6,31,1,50

1 id version_group_id encounter_method_id slot rarity
645 644 6 27 3 5
646 645 6 27 4 4
647 646 6 27 5 1
648 647 10 1 1 10
649 648 10 1 2 10
650 649 10 1 3 10
651 650 10 1 4 10
652 651 10 1 5 10
653 652 10 1 6 10
654 653 10 1 7 10
655 654 10 1 8 10
656 655 10 1 9 10
657 656 10 1 10 10
658 657 10 2 1 10
659 658 10 2 2 10
660 659 10 2 3 10
661 660 10 2 4 10
662 661 10 2 5 5
663 662 10 2 6 10
664 663 10 2 7 5
665 664 10 2 8 10
666 665 10 2 9 15
667 666 10 2 10 15
668 667 10 2 11 0
669 668 10 2 12 0
670 669 10 3 1 10
671 670 10 3 2 10
672 671 10 3 3 10
673 672 10 3 4 10
674 673 10 3 5 5
675 674 10 3 6 10
676 675 10 3 7 5
677 676 10 3 8 10
678 677 10 3 9 15
679 678 10 3 10 15
680 679 10 3 11 0
681 680 10 3 12 0
682 681 10 4 1 10
683 682 10 4 2 10
684 683 10 4 3 10
685 684 10 4 4 10
686 685 10 4 5 5
687 686 10 4 6 10
688 687 10 4 7 5
689 688 10 4 8 10
690 689 10 4 9 15
691 690 10 4 10 15
692 691 10 4 11 0
693 692 10 4 12 0
694 693 10 5 1 10
695 694 10 5 2 10
696 695 10 5 3 10
697 696 10 5 4 10
698 697 10 5 5 5
699 698 10 5 6 10
700 699 10 5 7 5
701 700 10 5 8 10
702 701 10 5 9 15
703 702 10 5 10 15
704 703 10 5 11 0
705 704 10 5 12 0
706 705 3 28 1 10
707 706 4 28 1 10
708 707 5 28 1 25
709 708 5 29 1 25
710 709 6 28 1 25
711 710 6 29 1 25
712 711 7 28 1 25
713 712 8 28 1 25
714 713 8 29 1 25
715 714 9 28 1 25
716 715 9 29 1 25
717 716 10 28 1 25
718 717 10 2 1 10
719 718 10 2 2 10
720 719 10 2 3 5
721 720 10 2 4 10
722 721 10 2 5 5
723 722 10 2 6 10
724 723 10 2 7 15
725 724 10 2 8 15
726 725 10 2 9 0
727 726 10 2 10 0
728 727 10 2 11 10
729 728 10 2 12 10
730 729 10 3 1 10
731 730 10 3 2 10
732 731 10 3 3 5
733 732 10 3 4 10
734 733 10 3 5 5
735 734 10 3 6 10
736 735 10 3 7 15
737 736 10 3 8 15
738 737 10 3 9 0
739 738 10 3 10 0
740 739 10 3 11 10
741 740 10 3 12 10
742 741 10 4 1 10
743 742 10 4 2 10
744 743 10 4 3 5
745 744 10 4 4 10
746 745 10 4 5 5
747 746 10 4 6 10
748 747 10 4 7 15
749 748 10 4 8 15
750 749 10 4 9 0
751 750 10 4 10 0
752 751 10 4 11 10
753 752 10 4 12 10
754 753 10 5 1 10
755 754 10 5 2 10
756 755 10 5 3 5
757 756 10 5 4 10
758 757 10 5 5 5
759 758 10 5 6 10
760 759 10 5 7 15
761 760 10 5 8 15
762 761 10 5 9 0
763 762 10 5 10 0
764 763 10 5 11 10
765 764 10 5 12 10
766 765 10 2 1 5
767 766 10 2 2 10
768 767 10 2 3 5
769 768 10 2 4 10
770 769 10 2 5 15
771 770 10 2 6 15
772 771 10 2 7 0
773 772 10 2 8 0
774 773 10 2 9 10
775 774 10 2 10 10
776 775 10 2 11 10
777 776 10 2 12 10
778 777 10 3 1 5
779 778 10 3 2 10
780 779 10 3 3 5
781 780 10 3 4 10
782 781 10 3 5 15
783 782 10 3 6 15
784 783 10 3 7 0
785 784 10 3 8 0
786 785 10 3 9 10
787 786 10 3 10 10
788 787 10 3 11 10
789 788 10 3 12 10
790 789 10 4 1 5
791 790 10 4 2 10
792 791 10 4 3 5
793 792 10 4 4 10
794 793 10 4 5 15
795 794 10 4 6 15
796 795 10 4 7 0
797 796 10 4 8 0
798 797 10 4 9 10
799 798 10 4 10 10
800 799 10 4 11 10
801 800 10 4 12 10
802 801 10 5 1 5
803 802 10 5 2 10
804 803 10 5 3 5
805 804 10 5 4 10
806 805 10 5 5 15
807 806 10 5 6 15
808 807 10 5 7 0
809 808 10 5 8 0
810 809 10 5 9 10
811 810 10 5 10 10
812 811 10 5 11 10
813 812 10 5 12 10
814 813 5 30 1 100
815 814 6 30 1 100
816 815 5 31 1 50
817 816 6 31 1 50

File diff suppressed because it is too large Load diff

View file

@ -669,3 +669,33 @@ location_area_id,local_language_id,name
810,9,Desert Ruins
811,9,Island Cave
812,9,Ancient Tomb
813,9,Johto Safari Zone Peak
814,9,Johto Safari Zone Desert
815,9,Johto Safari Zone Plains
816,9,Johto Safari Zone Meadow
817,9,Johto Safari Zone Forest
818,9,Johto Safari Zone Swamp
819,9,Johto Safari Zone Marshland
820,9,Johto Safari Zone Mountain
821,9,Johto Safari Zone Rocky Beach
822,9,Johto Safari Zone Wasteland
823,9,Johto Safari Zone Savannah
824,9,Johto Safari Zone Wetland
825,9,Mt. Ember Summit
826,9,Kyogres Room
827,9,Groudons Room
828,9,Rayquazas Room
829,9,Acuity Cavern
830,9,Valor Cavern
831,9,Spear Pillar
832,9,Pokémon Center
833,9,Cinnabar Lab
834,9,
835,9,Silph Co.
836,9,Pokémon Center
837,9,Heatran Chamber
838,9,
839,9,
840,9,
841,9,
842,9,

1 location_area_id local_language_id name
669 810 9 Desert Ruins
670 811 9 Island Cave
671 812 9 Ancient Tomb
672 813 9 Johto Safari Zone Peak
673 814 9 Johto Safari Zone Desert
674 815 9 Johto Safari Zone Plains
675 816 9 Johto Safari Zone Meadow
676 817 9 Johto Safari Zone Forest
677 818 9 Johto Safari Zone Swamp
678 819 9 Johto Safari Zone Marshland
679 820 9 Johto Safari Zone Mountain
680 821 9 Johto Safari Zone Rocky Beach
681 822 9 Johto Safari Zone Wasteland
682 823 9 Johto Safari Zone Savannah
683 824 9 Johto Safari Zone Wetland
684 825 9 Mt. Ember Summit
685 826 9 Kyogre’s Room
686 827 9 Groudon’s Room
687 828 9 Rayquaza’s Room
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
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
700 841 9
701 842 9

View file

@ -701,3 +701,33 @@ id,location_id,game_index,identifier
810,582,0,area
811,581,0,area
812,583,0,area
813,814,0,johto-safari-zone-peak
814,814,0,johto-safari-zone-desert
815,814,0,johto-safari-zone-plains
816,814,0,johto-safari-zone-meadow
817,814,0,johto-safari-zone-forest
818,814,0,johto-safari-zone-swamp
819,814,0,johto-safari-zone-marshland
820,814,0,johto-safari-zone-mountain
821,814,0,johto-safari-zone-rocky-beach
822,814,0,johto-safari-zone-wasteland
823,814,0,johto-safari-zone-savannah
824,814,0,johto-safari-zone-wetland
825,500,0,summit
826,248,0,kyogre-room
827,248,0,groundon-room
828,248,0,rayquaza-room
829,28,0,cavern
830,27,0,cavern
831,172,0,area
832,109,0,pokemon-center
833,71,0,cinnabar-lab
834,573,0,
835,234,0,silph-co
836,70,0,pokemon-center
837,16,0,heatran-chamber
838,183,0,
839,179,0,
840,188,0,
841,237,0,
842,247,0,

1 id location_id game_index identifier
701 810 582 0 area
702 811 581 0 area
703 812 583 0 area
704 813 814 0 johto-safari-zone-peak
705 814 814 0 johto-safari-zone-desert
706 815 814 0 johto-safari-zone-plains
707 816 814 0 johto-safari-zone-meadow
708 817 814 0 johto-safari-zone-forest
709 818 814 0 johto-safari-zone-swamp
710 819 814 0 johto-safari-zone-marshland
711 820 814 0 johto-safari-zone-mountain
712 821 814 0 johto-safari-zone-rocky-beach
713 822 814 0 johto-safari-zone-wasteland
714 823 814 0 johto-safari-zone-savannah
715 824 814 0 johto-safari-zone-wetland
716 825 500 0 summit
717 826 248 0 kyogre-room
718 827 248 0 groundon-room
719 828 248 0 rayquaza-room
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
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
732 841 237 0
733 842 247 0

View file

@ -3591,3 +3591,4 @@ location_id,local_language_id,name,subtitle
811,9,Navel Rock,
812,9,Faraway Island,
813,9,Hoenn Battle Frontier,
814,9,Johto Safari Zone,

1 location_id local_language_id name subtitle
3591 811 9 Navel Rock
3592 812 9 Faraway Island
3593 813 9 Hoenn Battle Frontier
3594 814 9 Johto Safari Zone

View file

@ -795,3 +795,4 @@ id,region_id,identifier
811,1,navel-rock
812,3,faraway-island
813,3,hoenn-battle-frontier
814,2,johto-safari-zone

1 id region_id identifier
795 811 1 navel-rock
796 812 3 faraway-island
797 813 3 hoenn-battle-frontier
798 814 2 johto-safari-zone