From bf8bef9068e0b65690d594bb50d2d549c3c61f81 Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Sun, 18 Jan 2026 14:09:25 +0100 Subject: [PATCH 1/2] Fix bootloader properties to properly boot with regular launcher --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6eb23bd..f30b8b1 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ $(ROM): arm9 arm7 -b $(GAME_ICON) "$(GAME_FULL_TITLE)" \ $(NDSTOOL_ARGS) \ -n 1623 1 -n1 2296 24 \ + -z 93FFFB06h -u 00030000 -a 00000038 \ -g DSPI sdimage: From 74b6c8b91e6a334dd488dfb8a5d8e99fe5aa90d1 Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Sun, 18 Jan 2026 20:47:24 +0100 Subject: [PATCH 2/2] Change to Title ID to 00030011 This makes the bootloader a System Title with the secure bit set. It enables access to the NAND and the SD card. Thanks ApacheThunder for the suggestion. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f30b8b1..309b5fe 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ $(ROM): arm9 arm7 -b $(GAME_ICON) "$(GAME_FULL_TITLE)" \ $(NDSTOOL_ARGS) \ -n 1623 1 -n1 2296 24 \ - -z 93FFFB06h -u 00030000 -a 00000038 \ + -z 93FFFB06h -u 00030011 -a 00000038 \ -g DSPI sdimage: