///form_get_gender_major(Pokémon) switch(argument0) { case "HIPPOPOTAS": case "HIPPOWDON": case "UNFEZANT": case "FRILLISH": case "JELLICENT": case "PYROAR": case "MEOWSTIC": case "INDEEDEE": return true; break; default: return false; break; }