mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 06:54:18 -04:00
Fix checksum verification
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
02be55db55cf254bd064d2b3eb368b92a5b4156d ph_eur.nds
|
||||
4c8f52dd719918bbcd46e73a8bae8628139c1b85 ph_usa.nds
|
||||
53e46481deb08237354945bc63ab0b02f4de1ff4 ph_jpn.nds
|
||||
@@ -0,0 +1 @@
|
||||
02be55db55cf254bd064d2b3eb368b92a5b4156d ph_eur.nds
|
||||
@@ -0,0 +1 @@
|
||||
53e46481deb08237354945bc63ab0b02f4de1ff4 ph_jpn.nds
|
||||
@@ -0,0 +1 @@
|
||||
4c8f52dd719918bbcd46e73a8bae8628139c1b85 ph_usa.nds
|
||||
Reference in New Issue
Block a user