Luke Street 6af151fd3b ci: Auto-upload progress information
Former-commit-id: 37d107694c23720f49e552ae9a4a82eff12c2673
2022-11-25 23:36:25 -05:00
2022-11-05 03:22:23 -07:00
2022-11-25 23:03:36 -05:00
2022-10-06 14:25:33 -07:00
2022-11-25 23:03:36 -05:00
2022-11-24 18:29:09 +02:00
2022-08-22 10:18:31 -04:00
2022-11-25 23:03:36 -05:00
2022-03-23 17:22:48 -04:00
2022-10-07 15:53:40 -07:00
2022-10-25 22:56:35 -07:00
2022-10-15 17:58:36 -07:00
2022-11-25 23:04:40 -05:00
2022-11-23 12:31:09 -05:00

Metroid Prime Build Status Code Progress Data Progress

A decompilation of Metroid Prime.

This repository builds the following DOLs:

949c5ed7368aef547e0b0db1c3678f466e2afbff  build/mp1.0/main.dol (USA 0-00)
860141f9671fc141ce8f55448643f713bc64b349  build/mp1.1/main.dol (USA 0-01)
52316d2a71c0d18c84f054fd6f1e58bdd7bf0ded  build/mp1.kor/main.dol (KOR)

If you'd like to contribute, see CONTRIBUTING.md.

Dependencies

Windows:

  • Install devkitPro with GameCube development package.
  • Open C:\devkitPro\msys2\msys2.exe
  • Run the following:
    pacman -Sy --noconfirm --needed msys2-keyring
    pacman -Su --noconfirm --needed gcc git gamecube-dev
    

macOS:

  • Install wine:
    brew tap gcenx/wine
    brew install wine-crossover
    sudo xattr -r -d com.apple.quarantine "/Applications/Wine Crossover.app"
    
  • Install devkitPro.
  • Run the following:
    sudo dkp-pacman -Syu --noconfirm --needed gamecube-dev
    

Linux:

  • Install wine from your package manager.
    • Faster alternative: WiBo, a minimal 32-bit Windows binary wrapper.
      Ensure the binary is in PATH.
  • Install devkitPro.
  • Run the following:
    sudo dkp-pacman -Syu --noconfirm --needed gamecube-dev
    

Building

  • Checkout the repository:
    git clone https://github.com/PrimeDecomp/prime.git
    
  • Download GC_WII_COMPILERS.zip
  • Extract the contents of the GC directory to tools/mwcc_compiler
  • Build:
    make -j
    
Description
A matching decompilation of Metroid Prime
Readme 79 MiB
Languages
C++ 62.6%
C 31.9%
Python 3.7%
Assembly 0.8%
Pascal 0.4%
Other 0.3%