This repo contains a WIP decompilation of Sonic Riders (USA).
It builds the following DOL:
sonicriders.dol: sha1: e90a13504974b917a675d59f07014e0e817c5e5d
- devkitPro
- python3
- gcc
- Obtain a clean DOL of Sonic Riders US and place it in the base working directory and name it
baserom.dol
. - Download GC_WII_COMPILERS.zip from (https://cdn.discordapp.com/attachments/704241951972524063/801641758249320478/GC_WII_COMPILERS.zip) and extract it to tools/mwcc_compiler/.
- Run the
make
command
Contributions and PRs are welcome.