mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 12:50:18 +00:00
Merge pull request #919 from linnos/Pokemon-Missing-Follow-Me
Added Follow-Me to Squirtle, Pichu, Magmar
This commit is contained in:
commit
17abf64c54
1 changed files with 3 additions and 0 deletions
|
@ -6581,6 +6581,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
7,7,182,1,28,
|
||||
7,7,240,1,33,
|
||||
7,7,130,1,40,
|
||||
7,7,266,1,0,
|
||||
7,7,56,1,47,
|
||||
7,7,54,2,0,
|
||||
7,7,114,2,0,
|
||||
|
@ -122828,6 +122829,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
126,12,249,4,0,
|
||||
126,12,263,4,0,
|
||||
126,12,264,4,0,
|
||||
126,12,266,4,0,
|
||||
126,12,280,4,0,
|
||||
126,12,290,4,0,
|
||||
126,13,7,1,1,4
|
||||
|
@ -167412,6 +167414,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
172,7,237,4,0,
|
||||
172,7,240,4,0,
|
||||
172,7,263,4,0,
|
||||
172,7,266,4,0,
|
||||
172,7,290,4,0,
|
||||
172,7,351,4,0,
|
||||
172,8,84,1,1,1
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue