2022-07-02 19:03:59 +02:00
2022-03-29 15:42:05 +00:00
2024-02-19 23:54:16 +01:00
2023-11-24 09:15:40 +01:00
2023-07-12 04:10:41 +02:00
2024-02-20 13:51:38 +01:00
2024-01-07 17:36:30 +01:00
2022-07-02 19:03:59 +02:00
2022-09-24 17:42:57 +02:00
2023-10-20 01:07:21 +02:00
2024-01-07 17:36:30 +01:00
2024-02-19 23:54:16 +01:00
2022-09-05 18:50:48 +02:00

Metroid - Zero Mission Decomp

This is a work in progress decompilation of Metroid - Zero Mission.

2698/2721 functions decompiled (99.15%, 23 left)

0x76b014/0x76b014 bytes of data not in blobs (100%, 0 left)

Progress can be seen here : https://docs.google.com/spreadsheets/d/1X8XarD5evY8ZI7r_GQqh1pYmdVMbBcINYfRBUlogmKY/edit#gid=0

This produces the following ROMs:

  • mzm_us.gba: sha1: 5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8

Discords:

Dependencies

  • agbcc
  • binutils-arm-none-eabi
  • mzm_us_baserom.gba (sha1: 5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8)
  • python3
  • g++

Setup

  • WINDOWS ONLY : Install and setup WSL
  • Install the dependencies (an apt update might be necessary for binutils)
  • Build agbcc (run ./build.sh)
  • Add agbcc to your path (export PATH="agbcc path:$PATH")
  • Build preproc (run make in tools/preproc)

Build

  • Run make clean if necessary
  • Run the data extractor if necessary:
    • Compile: cd tools && . compile_c_extractor.sh && cd ..
    • Run: tools/c_extractor
    • If the C version doesn't work, run the C# version tools/extractor
  • Run make (using the -j option is recommended to speed up the process)
Description
No description provided
Readme CC0-1.0 85 MiB
Languages
C 62.1%
Assembly 37.5%
C++ 0.3%
Python 0.1%