From a5786ac8dc9694685955cbd23ee1c6f06dacb360 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 27 Apr 2024 21:38:18 +0200 Subject: [PATCH] Fix note in `build_system.md` --- docs/build_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_system.md b/docs/build_system.md index 778fa2e7..ee46340f 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -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.