File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The buffers are a pair of temporary storage locations for all messages sent or r
100100There's a buffer for data to transmit (Tx) and one for receiving data (Rx).
101101The 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}}
You can’t perform that action at this time.
0 commit comments