- Add standard MIT license for open source distribution - Update README to reference license file - Ensures proper legal framework for project use
28 lines
No EOL
573 B
Markdown
28 lines
No EOL
573 B
Markdown
# BOTW Completer
|
|
|
|
Nintendo Switch homebrew tool for managing Korok seed locations in Breath of the Wild.
|
|
|
|
## Features
|
|
|
|
- Add missing Korok seed pins to your map
|
|
- Remove all existing map pins
|
|
- Fix corrupted map pin data
|
|
- Sort Koroks by distance from player
|
|
|
|
## Building
|
|
|
|
Requires devkitPro toolchain:
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
## Usage
|
|
|
|
Run via homebrew launcher. Use the on-screen menu to select options.
|
|
|
|
**Warning:** This modifies save data. Back up your saves first.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |