We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142e461 commit 7eb9d34Copy full SHA for 7eb9d34
1 file changed
src/part2/serial-link.md
@@ -100,7 +100,7 @@ The buffers are a pair of temporary storage locations for all messages sent or r
100
There's a buffer for data to transmit (Tx) and one for receiving data (Rx).
101
The variable `wSioBufferOffset` holds the current location within *both* data buffers -- Game Boy serial transfers are always symmetrical.
102
103
-First we'll need a couple of constants, so add these below the existing constants, near the top of the file.
+First we'll need a couple of constants, so add these below the existing ones, near the top of the file.
104
105
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/serial-link/sio.asm:sio-buffer-defs}}
106
{{#include ../../unbricked/serial-link/sio.asm:sio-buffer-defs}}
0 commit comments