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 Nov 15, 2023
1 parent 53e137f commit 00174ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@ Same as in [Gen I](#trade-confirmation) except that the choice prefix is **0x7X*
* For most traded pokemon this byte will be **0x70**.
* If the player sent a **Mew** the value will be **0x71**.
* If the player sent a **Celebi** the value will be **0x72**.
* I'm not sure why the value changes with Mew and Celebi, the games seen to care about it. The assembly code can be found here: [Pokegold -> Link.asm#Ñ1827-1852](https://github.com/pret/pokegold/blob/5140706094cd39bdfcd50f2e9eab33c25b03ad12/engine/link/link.asm#L1827-L1852).
* I'm not sure why this value changes with Mew and Celebi, the games don't seem to care about it. The assembly code can be found here: [Pokegold -> Link.asm#Ñ1827-1852](https://github.com/pret/pokegold/blob/5140706094cd39bdfcd50f2e9eab33c25b03ad12/engine/link/link.asm#L1827-L1852).

* After that sequence both games return to [Players Ready for Trade](#players-ready-for-trade-1).

Expand Down

0 comments on commit 00174ca

Please sign in to comment.