mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
This commit is contained in:
parent
e0d6c0b6ee
commit
36ad7a3d45
3 changed files with 15 additions and 1 deletions
|
@ -76,9 +76,19 @@ version_group_id,pokemon_move_method_id
|
|||
17,4
|
||||
17,6
|
||||
17,10
|
||||
17,11
|
||||
18,1
|
||||
18,2
|
||||
18,3
|
||||
18,4
|
||||
18,6
|
||||
18,10
|
||||
18,11
|
||||
19,1
|
||||
19,3
|
||||
19,4
|
||||
20,1
|
||||
20,2
|
||||
20,3
|
||||
20,4
|
||||
20,10
|
||||
|
|
|
|
@ -17,5 +17,5 @@ id,identifier,generation_id,order
|
|||
16,omega-ruby-alpha-sapphire,6,16
|
||||
17,sun-moon,7,17
|
||||
18,ultra-sun-ultra-moon,7,18
|
||||
19,lets-go,7,19
|
||||
19,lets-go-pikachu-lets-go-eevee,7,19
|
||||
20,sword-shield,8,20
|
||||
|
|
|
|
@ -209,3 +209,7 @@ version_id,local_language_id,name
|
|||
30,7,Ultraluna
|
||||
30,8,Ultraluna
|
||||
30,9,Ultra Moon
|
||||
31,9,"Let’s Go, Pikachu!"
|
||||
32,9,"Let’s Go, Eevee!"
|
||||
33,9,Sword
|
||||
34,9,Shield
|
||||
|
|
|
Loading…
Reference in a new issue