About
This is a work-in-progress decompilation of F-Zero X (N64), currently in an early research phase — the codebase can rebuild a byte-identical ROM but isn't yet reorganized enough to serve as a base for actual gameplay modifications.
Getting started
Building it requires your own legally obtained USA F-Zero X ROM (no game assets are provided), Python 3.10+, and a MIPS64 toolchain; after cloning the repository recursively and placing the ROM as the expected base ROM file, running the extract step splits it apart and the build step reassembles it.
Known limitations
- feature: ROM is not shiftable, so it cannot yet be used as a general source code base for changes.