Skip to content

Commit

Permalink
Only generate first 100 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Oct 1, 2023
1 parent 3b98ad3 commit 51df2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mkdlc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51df2e6

Please sign in to comment.