Adds more entries
This commit is contained in:
parent
2b52ada9b9
commit
2bcb82fde3
27 changed files with 33 additions and 3 deletions
|
@ -118,7 +118,10 @@ enum Pokemon {
|
|||
Butterfree(12, Generation.One, [Type.Bug, Type.Flying], null),
|
||||
Weedle(13, Generation.One, [Type.Bug, Type.Poison], Evolution(14, 7)),
|
||||
Kakuna(14, Generation.One, [Type.Bug, Type.Poison], Evolution(15, 10)),
|
||||
Beedrill(15, Generation.One, [Type.Bug, Type.Poison], null);
|
||||
Beedrill(15, Generation.One, [Type.Bug, Type.Poison], null),
|
||||
Pidgey(16, Generation.One, [Type.Normal, Type.Flying], Evolution(17, 18)),
|
||||
Pidgeotto(17, Generation.One, [Type.Normal, Type.Flying], Evolution(18, 36)),
|
||||
Pidgeot(18, Generation.One, [Type.Normal, Type.Flying], null);
|
||||
|
||||
final int id;
|
||||
final Generation generation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue