Skip to content

Commit

Permalink
Fix auto builds missing i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Feb 22, 2020
1 parent 26edc77 commit f85fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sound:
$(MAKE) -C sound

#---------------------------------------------------------------------------------
$(TARGET).nds : graphics sound $(NITRO_FILES) arm9/$(TARGET).elf
$(TARGET).nds : graphics sound lang $(NITRO_FILES) arm9/$(TARGET).elf
ndstool -c $(TARGET).nds -9 arm9/$(TARGET).elf \
-b1 icon.bmp "$(GAME_TITLE);$(GAME_SUBTITLE1)" $(_ADDFILES) \
-z 80040000 -u 00030004 -a 00000138
Expand Down

0 comments on commit f85fdcd

Please sign in to comment.