You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/part1/tiles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The first pair of bytes stores the topmost row, the second byte the row below th
84
84
85
85
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.
86
86
87
-
<iframewidth="560"height="315"src="https://www.youtube-nocookie.com/embed/57ibhDU2SAI?start=149"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
87
+
<iframewidth="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>
88
88
89
89
This encoding may seem a little weird at first, and it can be; it's made to be more convenient for the hardware to decode, keeping the circuitry simple and low-power.
90
90
It even makes a few cool tricks possible, as we will see (much) later!
0 commit comments