in-progress decompilation of Gauntlet Legends decompression code on the N64
A in-progress decompilation of Gauntlet-Legends (N64) decompression code. This project currently supports the US release. Building (Linux) The build process has the following package requirements: git build-essential binutils-mips-linux-gnu python3 Under a Debian based distribution, you can install these with the following commands: sudo apt update sudo apt install git build-essential binutils-mips-linux-gnu python3 Clone the repository Clone https://github.com/Drahsid/gauntlet-legends.git in whatever directory you wish. Make sure to initialize the submodules! git clone https://github.com/Drahsid/gauntlet-legends.git –recursive cd gauntlet-legends git submodule init Install Python3 requirements […]
Read more