The sending PIC sends the preamble and then a character say 9.
All the receiving PIC looks for is 9, using WAIT. Then when 9 is received the next characters are used.

So no, the receiving PIC does not get a preamble coded to it, it will ignore it.