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:
-3
View File
@@ -1,3 +0,0 @@
02be55db55cf254bd064d2b3eb368b92a5b4156d ph_eur.nds
4c8f52dd719918bbcd46e73a8bae8628139c1b85 ph_usa.nds
53e46481deb08237354945bc63ab0b02f4de1ff4 ph_jpn.nds
+1
View File
@@ -0,0 +1 @@
02be55db55cf254bd064d2b3eb368b92a5b4156d ph_eur.nds
+1
View File
@@ -0,0 +1 @@
53e46481deb08237354945bc63ab0b02f4de1ff4 ph_jpn.nds
+1
View File
@@ -0,0 +1 @@
4c8f52dd719918bbcd46e73a8bae8628139c1b85 ph_usa.nds