Fix checksum verification

This commit is contained in:
Aetias
2023-10-15 16:46:19 +02:00
parent 12a850932d
commit d7b3836f5e
5 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ OV_LZS = $(OV_BINS:%.bin=%.lz)
NDS_FILE := ph_$(REGION_NAME).nds
BASE_ROM := baserom_$(REGION_NAME).nds
CHECKSUM := ph_$(REGION_NAME).sha1
MW_VER := 2.0/sp1p5
MW_ASM := $(TOOLS_DIR)/mwccarm/$(MW_VER)/mwasmarm
@@ -39,7 +40,7 @@ LD_FLAGS := -proc arm946e -nostdlib -nointerworking -nodead -m func_02000800 -m
.PHONY: all
all: tools rom
sha1sum $(NDS_FILE)
sha1sum -c checksum.sha1
sha1sum -c $(CHECKSUM)
.PHONY: tools
tools: