Decompilation of Link's Awakening Switch (2019 remake) for Nintendo Switch using Ghidra
Note: You must provide your own main file. This project uses Ghidra 10.4 with SwitchLoader 1.6.0. I do not know if other versions are compatible.
Instructions:
- Goto
File->Import File...and import your unaltered copy of themainfile - Open
mainin the CodeBrowser - Run the auto analyzer with standard defaults
- Goto
File->Add to Program... - Select the
main.xmlfrom this repository and clickAdd to Program
Instructions:
- Right-click
mainand chooseExportfrom the Active Project window - Choose
XMLas the format - Click
Options:- Deselect
Memory Contentsso that the code binaries are NOT included
- Deselect
- Click
OK