This commit is contained in:
infinitefusion
2021-07-25 13:33:41 -04:00
parent 4f751ee39b
commit 2b9f96d07c
6 changed files with 1783 additions and 210 deletions

View File

@@ -27,17 +27,17 @@ def get_egg_group_name(id)
case id
when 0 ;return nil
when 1;return "Monster Pokémon"
when 2;return :"Water Pokémon"
when 2;return :"Aquatic Pokémon"
when 3;return :"Bug Pokémon"
when 4;return :"Bird Pokémon"
when 5;return :"Land Pokémon"
when 6;return :"Cute Pokémon"
when 7;return :"Plant Pokémon"
when 8;return :"Human-like Pokémon"
when 9;return :"Water Pokémon"
when 9;return :"Aquatic Pokémon"
when 10;return :"Mineral Pokémon"
when 11;return :"Blob Pokémon"
when 12;return :"Water Pokémon"
when 12;return :"Fish Pokémon"
when 13;return :"Ditto"
when 14;return :"Dragon Pokémon"
when 15;return :"Legendary Pokémon"