mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add OR/AS pokedex numbers.
I probably butchered the German translations, but whatever. If anyone cares, someone will fix it. Updates #141.
This commit is contained in:
parent
c4f1741a79
commit
b8fc3d83f5
4 changed files with 217 additions and 2 deletions
|
@ -5,8 +5,8 @@ pokedex_id,local_language_id,name,description
|
|||
2,9,Kanto,Red/Blue/Yellow Kanto dex
|
||||
3,6,Original Johto,"Gold/Silber/Kristall Johto Dex — Auch der ""Neue"" Pokédex im Spiel genannt"
|
||||
3,9,Original Johto,"Gold/Silver/Crystal Johto dex—called the ""New"" Pokédex in-game"
|
||||
4,6,Hoenn,Rubin/Saphir/Smaragd Hoenn Dex
|
||||
4,9,Hoenn,Ruby/Sapphire/Emerald Hoenn dex
|
||||
4,6,Original Hoenn,Rubin/Saphir/Smaragd Hoenn Dex
|
||||
4,9,Original Hoenn,Ruby/Sapphire/Emerald Hoenn dex
|
||||
5,6,Original Sinnoh,Diamant/Perl Sinnoh Dex
|
||||
5,9,Original Sinnoh,Diamond/Pearl Sinnoh dex
|
||||
6,6,Erweitertes Sinnoh,Platin Sinnoh Dex — eine erweiterte Version von Diamant und Perl
|
||||
|
@ -25,3 +25,5 @@ pokedex_id,local_language_id,name,description
|
|||
13,9,Coastal Kalos,
|
||||
14,6,Kalos-Gebirge,
|
||||
14,9,Mountain Kalos,
|
||||
15,6,Neue Hoenn,Omega Rubin/Alpha Saphir Hoenn Dex — Dex aus Rubin/Saphir/Smaragd um Neue Entwicklungen erweitert
|
||||
15,9,New Hoenn,"Omega Ruby/Alpha Sapphire Hoenn Dex—Ruby/Sapphire/Emerald's, updated to add new evolutions"
|
||||
|
|
|
|
@ -14,3 +14,4 @@ pokedex_id,version_group_id
|
|||
12,15
|
||||
13,15
|
||||
14,15
|
||||
15,16
|
||||
|
|
|
|
@ -12,3 +12,4 @@ id,region_id,identifier,is_main_series
|
|||
12,6,kalos-central,1
|
||||
13,6,kalos-coastal,1
|
||||
14,6,kalos-mountain,1
|
||||
15,3,updated-hoenn,1
|
||||
|
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue