About
Mischief Makers is a 1997 side-scrolling platformer by Treasure for the Nintendo 64, in which the robot maid Marina Liteyears sets out to rescue her creator, Professor Theo. An in-progress matching decompilation of Mischief Makers (Yuke Yuke!! Trouble Makers in Japan) for the Nintendo 64. It targets the US 1.1 release, with only very minor support for other versions, and rebuilds a byte-identical ROM from the decompiled code.
How it differs from the original
This is a decompilation project, not a playable remake. It needs your own original ROM, which it rebuilds to a byte-identical copy.
Getting started
Place your own copy of the US 1.1 ROM in the repository root, renamed to baserom.us1.z64. Install git, build-essential, MIPS binutils, Python 3 and Ninja, set up a Python virtual environment, then run the configure script's setup, split and build steps to produce a matching ROM.
Additional notes
- Progress
- Decompilation progress is tracked publicly on decomp.dev.
- Contributing
- Contributors can reserve a function by opening a pull request with its name, and a style guide is on the project wiki.