Missed methods, location areas, and locations

Added missed locations, location_areas, and encounter_methods
This commit is contained in:
Dalton 2024-01-21 16:24:31 -06:00
parent ff590c5d71
commit feeea6aed4
3 changed files with 14 additions and 3 deletions

View file

@ -33,4 +33,6 @@ id,identifier,order
32,island-scan,32
33,sos-encounter,33
34,bubbling-spots,34
35,berry-piles,35
35,berry-piles,35
36,npc-trade,36
37,sos-from-bubbling-spot,37

1 id identifier order
33 32 island-scan 32
34 33 sos-encounter 33
35 34 bubbling-spots 34
36 35 berry-piles 35
37 36 npc-trade 36
38 37 sos-from-bubbling-spot 37

View file

@ -1044,5 +1044,12 @@ id,location_id,game_index,identifier
1153,789,0,outside
1154,1043,0,trial-site
1155,1043,0,totems-den
1156,746,0,main
1157,746,0,totems-den
1156,746,0,
1157,746,0,totems-den
1158,1052,0,poni-island-reached
1159,1052,0,ulaula-island-reached
1160,1052,0,elite-four-defeated
1161,1053,0,
1162,1050,0,
1163,750,0,all-areas
1164,762,0,all-areas
1 id location_id game_index identifier
1044 1153 789 0 outside
1045 1154 1043 0 trial-site
1046 1155 1043 0 totems-den
1047 1156 746 0 main
1048 1157 746 0 totems-den
1049 1158 1052 0 poni-island-reached
1050 1159 1052 0 ulaula-island-reached
1051 1160 1052 0 elite-four-defeated
1052 1161 1053 0
1053 1162 1050 0
1054 1163 750 0 all-areas
1055 1164 762 0 all-areas

View file

@ -1033,3 +1033,5 @@ id,region_id,identifier
1049,7,ulaula-beach
1050,7,ultra-megalopolis
1051,7,ultra-space-wilds
1052,7,poke-pelago
1053,7,team-rockets-castle
1 id region_id identifier
1033 1049 7 ulaula-beach
1034 1050 7 ultra-megalopolis
1035 1051 7 ultra-space-wilds
1036 1052 7 poke-pelago
1037 1053 7 team-rockets-castle