mzm/README.md

24 lines
572 B
Markdown
Raw Normal View History

2022-01-20 17:46:10 +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`
2022-03-05 14:15:01 +00:00
**Discord**: https://discord.gg/2MGB9Xbr9y
2022-01-25 18:58:15 +00:00
2022-01-20 17:46:10 +00:00
## Dependencies
2022-01-25 01:24:08 +00:00
- [agbcc](https://github.com/pret/agbcc) (make sure it's in your PATH!)
2022-01-20 17:46:10 +00:00
- `binutils-arm-none-eabi`
2022-05-13 07:01:23 +00:00
- `mzm_us_baserom.gba` (`sha1: 5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8`)
2022-06-21 15:26:30 +00:00
- `dotnet`
- [MZM-Extractor](https://github.com/YohannDR/MZM-Extractor)
2022-01-20 17:46:10 +00:00
## Build
To build the ROM: `make`.
Anything else: `make help`.