mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
673 B
673 B
Wii Sports
This repo contains a WIP decompilation of Wii Sports (US, revision 1).
Required tools
- gcc
- devkitPro
Build instructions
-
Obtain a clean DOL of Wii Sports (US Rev 1), place it in
includeand name itbaserom.dol. -
Obtain version 3.0 of
mwcceppc.exeandmwldeppc.exeand place them intools/codewarrior/GC/3.0. -
Obtain version 2.7 of
mwcceppc.exeand place it intools/codewarrior/GC/2.7. -
Obtain version 3.0 Alpha 3 of
mwcceppc.exeand place it intools/codewarrior/GC/3.0a3. -
Obtain
powerpc-eabi-as.exefrom devkitPPC and place it intools. -
Run
make.
Contributions
Contributions and PRs are welcome.