From 79223bae31a09a6bb706d51aa5f01568c29dc284 Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Sun, 24 Oct 2021 18:35:48 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba3a6bb0..d1f7f29f 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,21 @@ ```diff - 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 repository is a work in progress, and while it can be used to make certain changes, it's still +constantly evolving. If you use it for modding purposes in its current state, please be aware that +the codebase can drastically change at any time. Also note that some parts of the ROM may not be +'shiftable' yet, so modifying them could be difficult at this point. ``` 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: +It can target the following ROMs: * [**tmc.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1841) `sha1: b4bd50e4131b027c334547b4524e2dbbd4227130` +* [**tmc_jp.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1719) `sha1: 6c5404a1effb17f481f352181d0f1c61a2765c5d` +* [**tmc_eu.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1734) `sha1: cff199b36ff173fb6faf152653d1bccf87c26fb7` +* [**tmc_demo.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=x051) `sha1: 63fcad218f9047b6a9edbb68c98bd0dec322d7a1` **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.