From 46a454ab14fff2e1b0f65dfc49b4a64b771ba52a Mon Sep 17 00:00:00 2001 From: DigbyTheDog Date: Tue, 26 Nov 2024 09:47:16 -0800 Subject: [PATCH] Fix a typo (#112) --- src/part1/toolchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part1/toolchain.md b/src/part1/toolchain.md index 32f2fc84..4fa559de 100644 --- a/src/part1/toolchain.md +++ b/src/part1/toolchain.md @@ -20,7 +20,7 @@ Well, not exactly. ## RGBFIX -RGBLINK does produces a ROM, but it's not quite usable yet. +RGBLINK does produce a ROM, but it's not quite usable yet. See, actual ROMs have what's called a *header*. 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. For simplicity, we defaulted a lot of these values to 0 for the time being; we'll come back to them in Part Ⅱ.