Decompilation of The Legend of Zelda: The Minish Cap (USA/JP/EU)
Go to file
notyouraveragehooman 76c2c578e3
Update README.md
2020-06-12 03:10:51 -07:00
asm fixed naming conflicts 2020-06-12 03:06:40 -07:00
constants initial commit 2020-03-27 09:41:51 +08:00
data object1A complete 2020-06-09 02:23:38 -07:00
graphics initial commit 2020-03-27 09:41:51 +08:00
include Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-12 02:56:57 -07:00
sound initial commit 2020-03-27 09:41:51 +08:00
src fixed naming conflicts 2020-06-12 03:06:40 -07:00
tools Usability fixes 2020-06-06 19:56:04 -04:00
.gitattributes initial commit 2020-03-27 09:41:51 +08:00
.gitignore initial commit 2020-03-27 09:41:51 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-06-11 18:29:35 -07:00
INSTALL.md Usability fixes 2020-06-06 19:56:04 -04:00
Makefile Usability fixes 2020-06-06 19:56:04 -04:00
README.md Update README.md 2020-06-12 03:10:51 -07:00
asmdiff.sh Usability fixes 2020-06-06 19:56:04 -04:00
calcrom.pl Usability fixes 2020-06-06 19:56:04 -04:00
graphics_file_rules.mk initial commit 2020-03-27 09:41:51 +08:00
linker.ld Merge branch 'master' of https://github.com/zeldaret/tmc 2020-06-12 02:56:57 -07:00
minishmaker-license.txt fixed install.md 2020-06-06 13:49:18 -07:00
songs.mk initial commit 2020-03-27 09:41:51 +08:00
tmc.sha1 Update tmc.sha1 2020-06-11 02:56:17 -07:00

README.md

The Legend of Zelda: The Minish Cap

- WARNING! -

The ROM this repository builds cannot be 'shifted', primarily due to some hardcoded pointers which have yet
to be dumped. Thus this repository is currently in an experimental and research phase and cannot yet be used
traditionally as a source code base for general changes.

This is a WIP decompilation of The Legend of Zelda: The Minish Cap. The purpose of the project is to recreate a source code base for the game from scratch, using information found inside the game along with static and/or dynamic analysis. The only build currently supported is The Legend of Zelda: The Minish Cap (USA), but other versions are planned to be supported.

It builds the following ROM:

  • tmc.gba sha1: b4bd50e4131b027c334547b4524e2dbbd4227130

Note: This repository does not include any of the assets necessary to build the ROM. A prior copy of the game is required to extract the needed assets.

Website: https://zelda64.dev/

Discord: https://discord.zelda64.dev

Installation

To set up the repository, see INSTALL.md.

Contributing

All contributions are welcome. This is a group effort, and even small contributions can make a difference. Some tasks also don't require much knowledge to get started.

Most discussions happen on our Discord Server, where you are welcome to ask if you need help getting started, or if you have any questions regarding this project and other decompilation projects.