WIP decompilation of F-Zero X
- WARNING! -
This codebase is in an early research/development phase and the ROM this repository
builds is not 'shiftable', so it cannot be used yet as a source code base for general changes.This repo compiles the following:
- f-zerox.u.z64 | sha1:
5f658e88ffa9de23cba6986a8fd3d3a90d7b4340
- A legally obtained F-Zero X USA Z64 format ROM as no assets relating to the game are provided
- python >=3.10
cdtotools/splatand runpip3 install -r requirements.txt
- Clone the repo :
git clone --recursive https://github.com/BttrDrgn/f-zerox.git - Place your F-Zero X Z64 format ROM at the root of the repository as
baserom.us.z64 - Run
make extractto split the rom - Run
maketo build the rom- Run
make extract && maketo do this all in one
- Run