Add Paldea Pokedex Entries

This commit is contained in:
Wyatt Condon 2023-01-28 08:49:10 -05:00
parent 9a937478c9
commit 41e7984c03
4 changed files with 507 additions and 0 deletions

View file

@ -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

1 pokedex_id local_language_id name description
58 28 9 Isle of Armor Isle of Armor dex
59 29 9 Crown Tundra Crown Tundra dex
60 30 9 Hisui Hisui dex
61 31 9 Paldea Paldea dex

View file

@ -29,3 +29,5 @@ pokedex_id,version_group_id
27,20
28,20
29,20
30,24
31,25

1 pokedex_id version_group_id
29 27 20
30 28 20
31 29 20
32 30 24
33 31 25

View file

@ -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

1 id region_id identifier is_main_series
28 28 8 isle-of-armor 1
29 29 8 crown-tundra 1
30 30 9 hisui 1
31 31 10 paldea 1

File diff suppressed because it is too large Load diff