Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Sep 8, 2024
1 parent 2cb6f85 commit 08ddea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ Since 2.0, you can now toggle individually what you want to save/restore. Open t

**Recommended (TL;DR)**:
- Keep `Timers` enabled as they don't have negative effects
- If you don't need to track inventory during practice (i.e. Any%), you can disable `Inventory` to avoid issues.
- If you don't need to track inventory during practice, you can disable `Inventory` to avoid issues.
- Having it on can still have benefits, for example you don't need to swap equipments after restoring for Any%

**Full List**:
1. `Restore Message`
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tasks:
- mkdir -p "{{.MOD_DIR}}/exefs"
- mkdir -p "{{.MOD_DIR}}/romfs/System"
- cp target/megaton/none/main.npdm "{{.MOD_DIR}}/exefs/main.npdm"
- cp target/megaton/none/make/botwsavs.nso "{{.MOD_DIR}}/exefs/subsdk9"
- cp target/megaton/none/botwsavs.nso "{{.MOD_DIR}}/exefs/subsdk9"
- mkdir -p target/package/botwsavs
- echo "" > target/package/botwsavs/latest.txt
- echo -n "1.6.0-{{.VERSION}}" > "{{.MOD_DIR}}/romfs/System/Version.txt"
Expand Down

0 comments on commit 08ddea1

Please sign in to comment.