From 78e96a571feed28b7ee5a379bd81eaf365265dc3 Mon Sep 17 00:00:00 2001 From: Robz8 Date: Thu, 4 Oct 2018 20:04:55 -0600 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 147e609..c12a3f3 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ dist: all $(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9 ndstool -u 00030004 -g HGMA -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf\ - -b icon.bmp "GodMode9i;Robz8" + -b icon.bmp "GodMode9i;RocketRobz" $(TARGET).arm7: arm7/$(TARGET).elf cp arm7/$(TARGET).elf $(TARGET).arm7.elf