diff --git a/Makefile b/Makefile index b011228..267fa40 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ all: $(TARGET).nds #--------------------------------------------------------------------------------- $(TARGET).nds : arm7/$(TARGET).elf arm9/$(TARGET).elf @ndstool -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \ - -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" + -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \ + -g HNES 00 "HOMEBREW" -u 00030004 @echo built ... $(notdir $@) #---------------------------------------------------------------------------------