Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Additionally, you'll also need:

Next, you'll need to acquire the **original 1.0 `main` NSO executable**.

* To dump it from a Switch,
follow [the instructions on the wiki](https://zeldamods.org/wiki/Help:Dumping_games#Dumping_binaries_.28executable_files.29).
* You do not need to dump the entire game (RomFS + ExeFS + DLC). Just dumping the 1.0 ExeFS is sufficient.
* To dump it from a Nintendo Switch,
follow [the instructions on the wiki](https://smo.wiki/Guide:Dumping_and_extracting_your_ROM).
* This guide explains how to dump and extract the entire game's ROM. For this project, dumping the ExeFS of 1.0 is sufficient, but having the RomFS files may also be helpful for cross-referencing strings or names.

3. If you are using Nix, run `nix run '.#setup' [path to the NSO]`. For all others, run `tools/setup.py [path to the NSO]`
* This will:
Expand Down