About
Mario Party is a Nintendo-owned series of party games in which up to four local players or CPU opponents compete on a board game interspersed with minigames. Mario Party 1 US Decomp is a decompilation project for the original Mario Party on N64, targeting the US ROM release and building on an earlier decompilation repository (mpsource) that predated many modern decompilation tools.
Getting started
Building requires a vanilla US Mario Party 1 ROM (baserom.us.z64) placed in the repo root, running `./install.sh` to fetch dependencies and set up a Python virtual environment, then `make setup` followed by `make`. Windows users are advised to clone into the WSL filesystem rather than a Windows-mounted path to avoid very slow build times.
History
This repository succeeds an earlier Mario Party 1 decompilation project (mpsource), created before many current decompilation tools existed; applicable work from that project was carried over.