Skip to content

ComplexPlane/smb-decomp

 
 

Repository files navigation

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 make from the repository root directory. If you are using a version of CodeWarrior besides 1.1, you must run make COMPILER_VERSION=<VERSION> (where <VERSION> is your CodeWarrior version).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 82.6%
  • C 16.9%
  • Python 0.4%
  • Makefile 0.1%
  • Perl 0.0%
  • C++ 0.0%