diff --git a/README.md b/README.md index 20c78fd..b737452 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Generate DLC unlocker NSPs for Touhou Spell Bubble from scratch. ## Usage -Generate all possible DLC unlock packages from #1 up to #255. +Generate all possible DLC unlock packages from #1 up to #100. ``` ./mkdlc.sh ``` diff --git a/mkdlc.sh b/mkdlc.sh index 561e697..f5fa8f6 100755 --- a/mkdlc.sh +++ b/mkdlc.sh @@ -9,7 +9,7 @@ firstDlcId=1 # Title ID of the first DLC to generate firstDlcTitleId=0100ae7012b5f001 # Generate x DLCs -maxDlcs=255 +maxDlcs=100 if ! command -v hacpack &> /dev/null then