Add more entries
This commit is contained in:
parent
330508fffa
commit
925a1f35c4
7 changed files with 9 additions and 3 deletions
|
@ -1278,7 +1278,9 @@ enum Pokemon {
|
|||
previousPokemon: 259,
|
||||
),
|
||||
Poochyena(261, Generation.Three, [Type.Dark], SingleEvolution(262, 18)),
|
||||
Mightyena(262, Generation.Three, [Type.Dark], null, previousPokemon: 261);
|
||||
Mightyena(262, Generation.Three, [Type.Dark], null, previousPokemon: 261),
|
||||
Zigzagoon(263, Generation.Three, [Type.Normal], SingleEvolution(264, 20)),
|
||||
Linoone(264, Generation.Three, [Type.Normal], null, previousPokemon: 263);
|
||||
|
||||
final int id;
|
||||
final String properName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue