From 2a82236607a51e5ff10f046e90475dacf85548c3 Mon Sep 17 00:00:00 2001 From: theo Date: Sat, 6 Jun 2020 16:19:57 -0700 Subject: [PATCH] updated output file name to reflect project name changes --- INSTALL.md | 2 +- Makefile | 4 ++-- src/bitGetters.c | 2 +- src/sub_08052620.c | 2 +- src/sub_080AD834.c | 2 +- tmc.sha1 | 1 + 6 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 tmc.sha1 diff --git a/INSTALL.md b/INSTALL.md index 24ef81e0..50691c11 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,7 +38,7 @@ To set up the repository: cd ../tmc -To build **zeldatmc.gba**: +To build **tmc.gba**: make -j$(nproc) diff --git a/Makefile b/Makefile index f821d586..b0036c95 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/src/bitGetters.c b/src/bitGetters.c index 15c27ac0..305c0822 100644 --- a/src/bitGetters.c +++ b/src/bitGetters.c @@ -26,4 +26,4 @@ u32 sub_08052690() { return (gUnk_02033A90 >> 3) & 1; -} \ No newline at end of file +} diff --git a/src/sub_08052620.c b/src/sub_08052620.c index d74b2f4b..7c3e1c04 100644 --- a/src/sub_08052620.c +++ b/src/sub_08052620.c @@ -5,4 +5,4 @@ extern u8 gUnk_02033A90; bool32 sub_08052620(u32 r0) { return gUnk_02033A90 == 0x81; -} \ No newline at end of file +} diff --git a/src/sub_080AD834.c b/src/sub_080AD834.c index 0a20c2f5..b7b01918 100644 --- a/src/sub_080AD834.c +++ b/src/sub_080AD834.c @@ -10,4 +10,4 @@ void sub_080AD834(void) sub_08056010(1); } return; -} \ No newline at end of file +} diff --git a/tmc.sha1 b/tmc.sha1 new file mode 100644 index 00000000..c965d243 --- /dev/null +++ b/tmc.sha1 @@ -0,0 +1 @@ +b4bd50e4131b027c334547b4524e2dbbd4227130 zeldatmc.gba