This project has only been tested on Ubuntu (22.04 LTS) WSL2 on windows, but should also work for native linux
- Run
./tools/install.shto get the dependencies and set up a virtual python environment - Copy a US rom of mario party 3 named
baserom.us.z64to the root of the repo - Run
make setupwhich will generate assembly files for nonmatched functions and a linker script. Then runmake -jto compile. To fully clear out the asm files, runmake distcleanwhich will require anothermake setupandmake -jto compile again
