Add more entries

This commit is contained in:
zontreck 2025-03-25 03:40:00 -07:00
parent 330508fffa
commit 925a1f35c4
7 changed files with 9 additions and 3 deletions

View file

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