Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 3, 2018
1 parent 470afa9 commit b54a8ab
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 @@ -120,7 +120,7 @@ export GAME_TITLE := $(TARGET)
all: bootloader $(TARGET).nds

$(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9
ndstool -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf -r9 02000800 \
ndstool -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf -r9 00080002 \
-b $(CURDIR)/icon.bmp "hiyaCFW;CFW for Nintendo DSi;made by Apache Thunder" \
-g HIYA 01 "HIYACFW" -z 80040000 -u 00030004
cp $(TARGET).nds bootcode.dsi
Expand Down

0 comments on commit b54a8ab

Please sign in to comment.