Skip to content

Commit 7eb9d34

Browse files
authored
Update src/part2/serial-link.md
1 parent 142e461 commit 7eb9d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/serial-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The buffers are a pair of temporary storage locations for all messages sent or r
100100
There's a buffer for data to transmit (Tx) and one for receiving data (Rx).
101101
The variable `wSioBufferOffset` holds the current location within *both* data buffers -- Game Boy serial transfers are always symmetrical.
102102

103-
First we'll need a couple of constants, so add these below the existing constants, near the top of the file.
103+
First we'll need a couple of constants, so add these below the existing ones, near the top of the file.
104104

105105
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/serial-link/sio.asm:sio-buffer-defs}}
106106
{{#include ../../unbricked/serial-link/sio.asm:sio-buffer-defs}}

0 commit comments

Comments
 (0)