mzm/README.md

26 lines
697 B
Markdown
Raw Normal View History

2022-07-19 15:30:59 +00:00
# Metroid - Zero Mission Decomp
2022-01-20 17:46:10 +00:00
2022-07-19 15:30:59 +00:00
This is a work in progress decompilation of Metroid - Zero Mission.
**It's very likely that the code of this repo doesn't build, and even if it does it probably won't match, this is normal**
2022-01-20 17:46:10 +00:00
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`.