Decompilation of The Legend of Zelda: The Minish Cap (USA/JP/EU)
Go to file
Marcus Huderle 2e78289112 Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
asm Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
constants
data Document intro sequence code 2020-08-15 11:03:41 -05:00
graphics Merge remote-tracking branch 'upstream/master' 2020-08-05 20:57:23 -07:00
include Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
sound
src Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
tools wisp.c OK 2020-08-05 20:47:10 -07:00
.clang-format
.gitattributes
.gitignore oops 2020-08-05 00:43:06 -07:00
CONTRIBUTING.md lakituCloud.s OK 2020-06-28 22:05:36 -06:00
INSTALL.md modify INSTALL.md to reflect Makefile changes 2020-07-17 03:59:52 -04:00
Makefile standardize makefile a bit 2020-07-17 03:52:56 -04:00
README.md Update README.md 2020-08-05 21:01:23 -07:00
asmdiff.sh blade brothers decomped 2020-06-15 15:47:32 -07:00
calcrom.pl fix calcrom to accept strings.s 2020-08-08 14:15:46 -07:00
charmap.txt a bit more strings 2020-08-08 13:21:09 -07:00
format.sh defined object table 2020-06-14 20:31:22 -07:00
graphics_file_rules.mk Dump Nintendo + Capcom intro screen graphics 2020-08-05 17:47:03 -05:00
linker.ld Start decompiling chooseFile.c 2020-08-16 14:57:09 -05:00
songs.mk
tmc.sha1

README.md

The Legend of Zelda: The Minish Cap

Progress: [] 10%

- 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.