mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 06:30:33 -04:00
updated output file name to reflect project name changes
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ To set up the repository:
|
||||
|
||||
cd ../tmc
|
||||
|
||||
To build **zeldatmc.gba**:
|
||||
To build **tmc.gba**:
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@ u32 sub_08052690()
|
||||
|
||||
{
|
||||
return (gUnk_02033A90 >> 3) & 1;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ extern u8 gUnk_02033A90;
|
||||
bool32 sub_08052620(u32 r0)
|
||||
{
|
||||
return gUnk_02033A90 == 0x81;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ void sub_080AD834(void)
|
||||
sub_08056010(1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user