updated output file name to reflect project name changes

This commit is contained in:
theo 2020-06-06 16:19:57 -07:00
parent 5b2d51a391
commit 2a82236607
6 changed files with 7 additions and 6 deletions

View File

@ -38,7 +38,7 @@ To set up the repository:
cd ../tmc
To build **zeldatmc.gba**:
To build **tmc.gba**:
make -j$(nproc)

View File

@ -15,7 +15,7 @@ MAKER_CODE := 01
SHELL := /bin/bash -o pipefail
BUILD_NAME := zeldatmc
BUILD_NAME := tmc
ROM := $(BUILD_NAME).gba
OBJ_DIR := build/$(BUILD_NAME)
@ -115,7 +115,7 @@ all: tools rom
rom: $(ROM)
ifeq ($(COMPARE),1)
@$(SHA1) zeldatmc.sha1
@$(SHA1) tmc.sha1
endif
tools: $(TOOLDIRS)

View File

@ -26,4 +26,4 @@ u32 sub_08052690()
{
return (gUnk_02033A90 >> 3) & 1;
}
}

View File

@ -5,4 +5,4 @@ extern u8 gUnk_02033A90;
bool32 sub_08052620(u32 r0)
{
return gUnk_02033A90 == 0x81;
}
}

View File

@ -10,4 +10,4 @@ void sub_080AD834(void)
sub_08056010(1);
}
return;
}
}

1
tmc.sha1 Normal file
View File

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