mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Missed methods, location areas, and locations
Added missed locations, location_areas, and encounter_methods
This commit is contained in:
parent
ff590c5d71
commit
feeea6aed4
3 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue