diff --git a/README.md b/README.md index 395578d..dd48113 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,24 @@ Short Changelist: A more detailed breakdown of each change, the reasoning behind them, and their implementation are available on [the wiki](https://github.com/nmacadam/ocarina-unlocked/wiki/Changes)! -## Patching a ROM +### Patching a ROM Requires the Legend of Zelda: Ocarina of Time v1.0 NTSC-U ROM (the file extension should be `.z64`). 1. Download the latest [Ocarina Unlocked patch](https://github.com/nmacadam/ocarina-unlocked/releases) 2. Load the OoT NTSC-U v1.0 ROM into your patching software of choice ([here's an online patcher](https://www.marcrobledo.com/RomPatcher.js/)), and patch using the downloaded Ocarina Unlocked `.bps` patch file Ocarina Unlocked is not currently compatible with other OoT ROM hacks. + +### Tools + +- [OoT Decompiled](https://github.com/zeldaret/oot) +- [ZZRTL-WAAS](https://github.com/jaredemjohnson/zzrtl-audio) +- [SceneNavi](https://github.com/xdanieldzd/SceneNavi) +- [Zelda's Letter](https://cloudmodding.com/applications/zeldas-letter/) + +### References + +- [CloudModding](https://wiki.cloudmodding.com/oot/Main_Page) +- [TCRF: Master Quest Debug ROM](https://tcrf.net/Proto:The_Legend_of_Zelda:_Ocarina_of_Time_Master_Quest) +- [HylianModding](https://hylianmodding.com) +- [z64Tools](https://github.com/z64tools)