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/toolchain.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Well, not exactly.
20
20
21
21
## RGBFIX
22
22
23
-
RGBLINK does produces a ROM, but it's not quite usable yet.
23
+
RGBLINK does produce a ROM, but it's not quite usable yet.
24
24
See, actual ROMs have what's called a *header*.
25
25
It's a special area of the ROM that contains [metadata about the ROM](https://gbdev.io/pandocs/The_Cartridge_Header.html); for example, the game's name, Game Boy Color compatibility, and more.
26
26
For simplicity, we defaulted a lot of these values to 0 for the time being; we'll come back to them in Part Ⅱ.
0 commit comments