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 Oct 26, 2023
1 parent 377da65 commit c49b1f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ A few examples:

</div>

* Bytes [0:10] (first 11 Bytes) correspond with the trainer's name. This name is displayed above each trainer's party.
* Bytes [0:10] (first 11 Bytes) correspond with the trainer's name which is displayed on the trade menu.
* The name itself is actually shorter, up to 10 bytes long, the extra byte is reserved for the string terminator (**0x50** in any encoding).
* Characters after 0x50 are ignored, they're usually **0x00**.
* A 3 byte name will have 0x50 at its fourth byte (followed by 0x00 afterwards), whereas a 10 byte name will have 0x50 in the (reserved) eleventh byte.
Expand Down

0 comments on commit c49b1f4

Please sign in to comment.