Browse by type
Mario Kart Double Dash!!
=============
WIP 1:1 Decompilation of Mario Kart Double Dash!!
This repository does not contain any game assets or assembly whatsoever. An existing copy of the game is required.
Currently only the debug version is supported.
On Windows, it's highly recommended to use native tooling. WSL or msys2 are not required.
When running under WSL, objdiff is unable to get filesystem notifications for automatic rebuilds.
%PATH%.%PATH%.pip install ninjash
brew install ninja
sh
brew install --cask --no-quarantine gcenx/wine/wine-crossover
After OS upgrades, if macOS complains about Wine Crossover.app being unverified, you can unquarantine it using:
sudo xattr -rd com.apple.quarantine '/Applications/Wine Crossover.app'
sh
git clone https://github.com/doldecomp/mkdd.git
orig/MarioClub_us.After the initial build, the disc image can be deleted to save space.
Configure:
sh
python configure.py
To use a version other than MarioClub_us (USA), specify it with --version.
sh
ninja
Once the initial build succeeds, an objdiff.json should exist in the project root.
Download the latest release from encounter/objdiff. Under project settings, set Project directory. The configuration should be loaded automatically.
Select an object from the left sidebar to begin diffing. Changes to the project will rebuild automatically: changes to source files, headers, configure.py, splits.txt or symbols.txt.

Used code from the following repositories(JSystem, SDK) * Metroid Prime Decomp * Pikmin 2 Decomp * Super Mario Galaxy Decomp * Super Mario Sunshine Decomp * Syati * Twilight Princess Decomp
And many thanks to the people who helped me match some game functions (sorry if anyone is forgotten.) * Chippy * kiwi * Seeky