Skip to content

Commit

Permalink
Fix ndstool usage
Browse files Browse the repository at this point in the history
This is also not in PATH
  • Loading branch information
lifehackerhansol committed Nov 13, 2023
1 parent 8ab3fe2 commit dcf6af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ DSOneSDHC_DSOnei/ttmenu.dat: $(ROM_02000450)
# Hack TTMenu.dat to bypass signature checks
r4.dat: ttmenu.dat
@echo "Make R4i-SDHC"
@ndstool -x $< -9 arm9.bin -7 arm7.bin -t banner.bin -h header.bin
@$(V)$(BLOCKSDS)/tools/ndstool/ndstool -x $< -9 arm9.bin -7 arm7.bin -t banner.bin -h header.bin
@$(PYTHON) resource/r4isdhc/r4isdhc.py arm9.bin new9.bin
@ndstool -c $@ -9 new9.bin -7 arm7.bin -t banner.bin -h header.bin -r9 0x02000000
@$(V)$(BLOCKSDS)/tools/ndstool/ndstool -c $@ -9 new9.bin -7 arm7.bin -t banner.bin -h header.bin -r9 0x02000000
@rm -rf arm9.bin new9.bin arm7.bin banner.bin header.bin

_dsmenu.dat: $(ROM_02000000)
Expand Down

0 comments on commit dcf6af8

Please sign in to comment.