Decompilation of The Legend of Zelda: The Minish Cap (USA/JP/EU)
Go to file
Ibot02 86eae33e32 manager2: Deleted unused nonmatching 2021-09-29 10:23:49 +02:00
.github/workflows
asm manager2: Deleted unused nonmatching 2021-09-29 10:23:49 +02:00
constants
data Unsplit managerF to avoid conflicts with the pr of Ibot02 2021-09-26 22:09:22 +02:00
graphics
include Unsplit managerF to avoid conflicts with the pr of Ibot02 2021-09-26 22:09:22 +02:00
sound
src Unsplit managerF to avoid conflicts with the pr of Ibot02 2021-09-26 22:09:22 +02:00
tools Cleaner baserom dependency handling 2021-06-23 08:30:45 +02:00
translations Add EU translations using tmc_strings 2021-06-23 17:35:14 +02:00
.clang-format
.gitattributes
.gitignore
CONTRIBUTING.md Add EU variant 2021-06-23 08:30:45 +02:00
INSTALL.md Exclude baseroms as dependencies in scaninc 2021-06-23 08:30:45 +02:00
Jenkinsfile Add other versions to CI build 2021-06-23 23:19:25 +02:00
Makefile Add EU translations using tmc_strings 2021-06-23 17:35:14 +02:00
README.md
asmdiff.sh
calcrom.pl
charmap.txt
format.sh Fix format.sh 2021-07-04 16:48:34 +02:00
graphics_file_rules.mk
linker.ld Unsplit managerF to avoid conflicts with the pr of Ibot02 2021-09-26 22:09:22 +02:00
progress.py Always don't count ASM_FUNC functions 2021-05-16 00:24:20 +02:00
songs.mk
tmc.sha1
tmc_demo.sha1 Add DEMO variant 2021-06-23 08:30:45 +02:00
tmc_eu.sha1 Add DEMO variant 2021-06-23 08:30:45 +02:00
tmc_jp.sha1 Add DEMO variant 2021-06-23 08:30:45 +02:00

README.md

The Legend of Zelda: The Minish Cap

Progress: [] 30%

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