Fix note in build_system.md

This commit is contained in:
Aetias
2024-04-27 21:38:18 +02:00
parent b80539a495
commit a5786ac8dc
+1 -1
View File
@@ -27,7 +27,7 @@ provide yourself. It extracts the following data:
Files in the `/asm/` directory with the `.s` extension is assembly code. These files are grouped into modules, which consists
of overlays, a main module, an Instruction TCM (ITCM) module and a Data TCM (DTCM) module.
> [!INFO]
> [!NOTE]
> For interested readers:
> All modules are loaded into RAM. This is different from the DS predecessor, the Game Boy Advance (GBA), in which all code was
> simply on the ROM at all times. As a result, the GBA's RAM only consisted of variable data.