mirror of https://github.com/zeldaret/tmc.git
Merge branch 'master' of https://github.com/zeldaret/tmc
This commit is contained in:
commit
d30f9ffe05
|
@ -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,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
buildname=zeldatmc
|
||||
buildname=tmc
|
||||
baserom=baserom
|
||||
|
||||
OBJDUMP="$DEVKITARM/bin/arm-none-eabi-objdump -D -bbinary -marmv4t -Mforce-thumb"
|
||||
|
|
|
@ -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 +0,0 @@
|
|||
b4bd50e4131b027c334547b4524e2dbbd4227130 zeldatmc.gba
|
Loading…
Reference in New Issue