Go to file
2022-01-21 09:17:03 +00:00
asm Disassemble crt0 2022-01-21 09:17:03 +00:00
.gitignore Disassemble crt0 2022-01-21 09:17:03 +00:00
linker.ld Disassemble crt0 2022-01-21 09:17:03 +00:00
Makefile Disassemble crt0 2022-01-21 09:17:03 +00:00
mzm.sha1 Initial commit 2022-01-21 09:07:59 +00:00
README.md Initial commit 2022-01-21 09:07:59 +00:00

Metroid - Zero Mission Decompile

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

This produces the following ROMs:

  • mzm_us.gba: sha1: 5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8

Dependencies

  • binutils-arm-none-eabi
  • baserom_us.gba (sha1: 5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8)

Build

To build the ROM: make.

Anything else: make help.