diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index 32279b96..29811cef 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -84,7 +84,7 @@ endif include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs include $(TWLSDK_ROOT)/build/libraries/reboot/commondefs.reboot -MAKEROM = $(SYSMENU_TOOLSDIR)/bin/makerom.TWL.sys.exe +MAKEROM = $(SYSMENU_TOOLSDIR)/bin/makerom.TWL.launcher.exe LDIRT_CLEAN = $(TARGET_TAD) INSTALL_TARGETS = $(TARGET_TAD) diff --git a/tools/bin/makenandfirm.exe b/tools/bin/makenandfirm.exe index ed9cd07a..f306d056 100644 Binary files a/tools/bin/makenandfirm.exe and b/tools/bin/makenandfirm.exe differ diff --git a/tools/bin/makerom.TWL.launcher.exe b/tools/bin/makerom.TWL.launcher.exe new file mode 100644 index 00000000..508dc538 Binary files /dev/null and b/tools/bin/makerom.TWL.launcher.exe differ