Skip to content

Commit 93447ce

Browse files
authored
tiles: remove remark about the attached video
1 parent 56d83c6 commit 93447ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part1/tiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Since each byte is a collection of one of the bits for each pixel, it's called a
8080
The leftmost pixel is stored in the leftmost bit of both bytes, the pixel to its right in the second leftmost bit, and so on.
8181
The first pair of bytes stores the topmost row, the second byte the row below that, and so on.
8282

83-
Here is a more visual demonstration; note that it's for the SNES, but its 2BPP format is the same as the Game Boy's.
83+
Here is a more visual demonstration:
8484

8585
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/txkHN6izK2Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8686

0 commit comments

Comments
 (0)