Skip to content

Commit

Permalink
Update 2023-09-23-Pokemon-GEN-I-and-II-Link-Cable-Protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbalbachan authored Jan 6, 2024
1 parent 9aca7d8 commit c0e3682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ As an example, if the player only owned Bulbasaur, Metapod, and Spearrow, then t

</div>

At this point both players have already transferred their payloads (which contained information about them and their pokemon). Those payloads **couldn't contain 0xFE** as this byte signals the premature end of the stream (the other side will basically ignore everything received after that!).
At this point both players have already transferred their payloads (which contained information about them and their pokemon). Those payloads **couldn't contain 0xFE** as this byte will be ignored by the other peer, shifting the rest of the payload by one byte for each 0xFE encountered.

As you may have seen in the previous section [Data Structure](#data-structure), some (if not all) pokemon properties **can end up containing that value**, some examples are:

Expand Down

0 comments on commit c0e3682

Please sign in to comment.