mirror of https://github.com/zeldaret/tp.git
fix readme links
This commit is contained in:
parent
158a128fb3
commit
0cfa10aea8
|
|
@ -4,9 +4,7 @@ This repo contains a WIP decompilation of The Legend of Zelda: Twilight Princess
|
|||
|
||||
<!--ts-->
|
||||
* [Project Setup](#project-setup)
|
||||
* [Building The Game](#build-game)
|
||||
* [Extract Game Assets](#extract-game-assets)
|
||||
* [Create Expected Directory](#create-expected-directory)
|
||||
* [Building The Game](#building-the-game)
|
||||
* [Clean Directories](#clean-directories)
|
||||
* [Project Overview](#project-overview)
|
||||
* [Contributing](./docs/Contributing.md)
|
||||
|
|
@ -78,7 +76,7 @@ $ make assets
|
|||
|
||||
Create Expected Directory
|
||||
|
||||
1. [Build the DOL](#build-dol)
|
||||
1. Run `make`
|
||||
2. Run:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Ghidra Setup
|
|||
-----
|
||||
1. Install [Java 11 64-bit Runtime and Development Kit](https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html).
|
||||
2. Download Ghidra from [here](https://github.com/NationalSecurityAgency/ghidra/releases).
|
||||
3. Request an account from Pheenoh#0001 on Discord (either ping him in one of the [Discord](https://discord.gg/Nshw5pHS4h) channeld or DM directly).
|
||||
3. Request an account from Pheenoh#0001 on Discord (either ping him in one of the [Discord](https://discord.gg/Nshw5pHS4h) channels or DM directly).
|
||||
4. Login using the following server info:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue