mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
Add Paldea Pokedex Entries
This commit is contained in:
parent
9a937478c9
commit
41e7984c03
4 changed files with 507 additions and 0 deletions
|
@ -58,3 +58,4 @@ pokedex_id,local_language_id,name,description
|
|||
28,9,Isle of Armor,Isle of Armor dex
|
||||
29,9,Crown Tundra,Crown Tundra dex
|
||||
30,9,Hisui,Hisui dex
|
||||
31,9,Paldea,Paldea dex
|
||||
|
|
|
|
@ -29,3 +29,5 @@ pokedex_id,version_group_id
|
|||
27,20
|
||||
28,20
|
||||
29,20
|
||||
30,24
|
||||
31,25
|
||||
|
|
|
|
@ -28,3 +28,4 @@ id,region_id,identifier,is_main_series
|
|||
28,8,isle-of-armor,1
|
||||
29,8,crown-tundra,1
|
||||
30,9,hisui,1
|
||||
31,10,paldea,1
|
||||
|
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue