This commit is contained in:
theo 2020-06-06 19:13:08 -07:00
commit d30f9ffe05
5 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ This is a disassembly of The Legend of Zelda: The Minish Cap (USA).
It builds the following ROM: 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). To set up the repository, see [INSTALL.md](INSTALL.md).

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
buildname=zeldatmc buildname=tmc
baserom=baserom baserom=baserom
OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb" OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"

View File

@ -69,6 +69,7 @@ CharmapReader::CharmapReader(std::string filename) : m_filename(filename)
{ {
if (filename == "") if (filename == "")
{ {
m_pos = 0;
m_size = 0; m_size = 0;
m_buffer = new char[1] {}; m_buffer = new char[1] {};
return; return;

View File

@ -1 +0,0 @@
b4bd50e4131b027c334547b4524e2dbbd4227130 zeldatmc.gba