From dfed648064f588e983e5a2ba848319963ee14fcf Mon Sep 17 00:00:00 2001 From: Lillian Skinner <56081713+rvtr@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:00:50 -0500 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 924aae0..47893a7 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ all: bootloader bootstub dsi: $(TARGET).dsi $(TARGET)_sys.dsi $(TARGET)_sys.dsi: arm7/$(TARGET).elf arm9/$(TARGET).elf - ndstool -c $(TARGET)_sys.dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \ + ndstool -c $(TARGET)-sys.dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \ -b icon.bmp "GodMode9i_sys;Rocket Robz" \ -g 4GMA 00 "GODMODE9I" -z 80040000 -u 00030015