mirror of https://github.com/zeldaret/tmc.git
updated output file name to reflect project name changes
This commit is contained in:
parent
5b2d51a391
commit
2a82236607
|
@ -38,7 +38,7 @@ To set up the repository:
|
|||
|
||||
cd ../tmc
|
||||
|
||||
To build **zeldatmc.gba**:
|
||||
To build **tmc.gba**:
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
|
|
4
Makefile
4
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)
|
||||
|
|
|
@ -26,4 +26,4 @@ u32 sub_08052690()
|
|||
|
||||
{
|
||||
return (gUnk_02033A90 >> 3) & 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,4 +5,4 @@ extern u8 gUnk_02033A90;
|
|||
bool32 sub_08052620(u32 r0)
|
||||
{
|
||||
return gUnk_02033A90 == 0x81;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ void sub_080AD834(void)
|
|||
sub_08056010(1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue