diff --git a/README.md b/README.md index 4ceedc00..ea0330bf 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,3 @@ Now you have Ghidra set up and ready to use. For an introduction on how to use Ghidra, you can read [this section of the Twilight Princess decompilation's guide](https://zsrtp.link/contribute/decompiler-setup#using-ghidra). Optionally, you may also want to also request "Read" access to the TwilightPrincess server on https://ghidra.decomp.dev and set that Ghidra project up too, even if you are not interested in working on that game. The reason for this is that a significant amount of engine code is shared between The Wind Waker and Twilight Princess, and the debug version of Twilight Princess (called `shield_chn_debug` in the Ghidra project) is easier to work with because inline functions are not inlined in that version. It can be worth checking if the function you're working on is present in that game as well. - -More documentation -==================== - -- [Visual Studio Code](docs/vscode.md)