mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
ok-labels
Super Monkey Ball Decompilation
This repo contains a WIP disassembly/decompilation of the program code of Super Monkey Ball NTSC-U version (GMBE8P).
It builds the following file:
supermonkeyball.dol: sha1: 424e8ce10135686de0709a147e6a3a5a3fda02f1
Build Instructions
Required Tools
- devkitPro
- CodeWarrior for GameCube compiler (version 1.0, 1.1, or 1.2.5)
- gcc
- make
- wine (only on non-Windows systems)
Steps
- Create a directory called
mwcc_compiler/<VERSION>where<VERSION>is the version of CodeWarrior for GameCube you have (1.0, 1.1, or 1.2.5). - Place the following CodeWarrior compiler executables in the aforementioned directory:
- mwcceppc.exe
- mwldeppc.exe
- lmgr326b.dll
- Run
makefrom the repository root directory. If you are using a version of CodeWarrior besides 1.1, you must runmake COMPILER_VERSION=<VERSION>(where<VERSION>is your CodeWarrior version).
Description
Languages
Assembly
74.7%
C
24.5%
Python
0.6%
Makefile
0.1%