This commit is contained in:
theo
2020-06-06 19:13:08 -07:00
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ This is a disassembly of The Legend of Zelda: The Minish Cap (USA).
It builds the following ROM:
* [**zeldatmc.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1841) `sha1: b4bd50e4131b027c334547b4524e2dbbd4227130`
* [**tmc.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1841) `sha1: b4bd50e4131b027c334547b4524e2dbbd4227130`
To set up the repository, see [INSTALL.md](INSTALL.md).
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
buildname=zeldatmc
buildname=tmc
baserom=baserom
OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
+1
View File
@@ -69,6 +69,7 @@ CharmapReader::CharmapReader(std::string filename) : m_filename(filename)
{
if (filename == "")
{
m_pos = 0;
m_size = 0;
m_buffer = new char[1] {};
return;
-1
View File
@@ -1 +0,0 @@
b4bd50e4131b027c334547b4524e2dbbd4227130 zeldatmc.gba