Skip to content

Commit 9883e0a

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

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
@@ -117,7 +117,7 @@ This needs to be specified carefully and uses some unfamiliar syntax, so you mig
117117
This makes building a pointer to the buffer element at index `i` trivial, as the high byte of the pointer is constant for the entire buffer, and the low byte is simply `i`.
118118
The result is a significant reduction in the amount of work required to access the data and manipulate offsets of both buffers.
119119

120-
:::tip
120+
:::tip Aligning Sections
121121

122122
If you would like to learn more about aligning sections -- *which is by no means required to continue this lesson* -- the place to start is the [SECTIONS](https://rgbds.gbdev.io/docs/rgbasm.5#SECTIONS) section in the rgbasm language documenation.
123123

0 commit comments

Comments
 (0)