SkillAgentSearch skills...

TwilightPrincessDebugMenu

Practice tool for Twilight Princess

Install / Use

/learn @hallcristobal/TwilightPrincessDebugMenu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Waffle.io - Columns and their card count

Twilight Princess Debug Menu / Practice Tool

Compiling

Clone this repo and do a git submodule update --init to pull down the correct TP Bindings.

Copy your copy of Twilight Princess (Currently only NTSC-U) to the root folder for this project, and rename it to gz2e01.iso.

You can choose not copy or rename it if you would prefer, just make sure that the lines in Romhack.toml match the iso path.

...
[src]
iso = "<iso-path/file-name>"
...

Setup the compiler

You will need rust to compile the libraries and iso, you can download it from https://rustup.rs.

Set the compiler to work on the nightly build with

rustup override set nightly

Add the powerpc-unknown-linux-gnu toolchain with

rustup target add powerpc-unknown-linux-gnu

And then do a install the Romhack Compiler with

cargo install romhack --git https://github.com/CryZe/romhack-compiler

Run the romhack compiler to build a new iso

romhack build

The new iso will, by default, be put in the target folder. You can change this in the Romhack.toml file if you'd like by editing the lines

...
[build]
map = "target/framework.map"
iso = "<path-to/new-iso>"
...

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5y ago
Forks1

Languages

Rust

Security Score

70/100

Audited on Dec 13, 2020

No findings