Make output target name pokestadium to remain consistent with other pret repositories.

This commit is contained in:
ProjectRevoTPP 2022-09-24 20:18:56 -04:00
parent 2b2576d464
commit 0dc6dc36ed
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
BASEROM = baserom.z64
TARGET = pokemonstadium
TARGET = pokestadium
NON_MATCHING = 0
# Fail early if baserom does not exist
@ -62,10 +62,10 @@ default: all
LD_SCRIPT = $(TARGET).ld
all: $(BUILD_DIR) $(TARGET).z64 verify
all: $(BUILD_DIR) $(BUILD_DIR)/$(ROM) verify
clean:
rm -rf asm bin assets $(BUILD_DIR) $(TARGET).z64
rm -rf asm bin assets $(BUILD_DIR)
submodules:
git submodule update --init --recursive
@ -99,10 +99,10 @@ $(BUILD_DIR)/%.bin.o: %.bin
$(LD) -r -b binary -o $@ $<
# final z64 updates checksum
$(TARGET).z64: $(BUILD_DIR)/$(TARGET).bin
$(BUILD_DIR)/$(ROM): $(BUILD_DIR)/$(TARGET).bin
@cp $< $@
verify: $(TARGET).z64
verify: $(BUILD_DIR)/$(ROM)
md5sum -c checksum.md5
.PHONY: all clean default split setup

View File

@ -1 +1 @@
ed1378bc12115f71209a77844965ba50 pokemonstadium.z64
ed1378bc12115f71209a77844965ba50 build/pokestadium.z64

View File

@ -1,11 +1,11 @@
name: Pokemon Stadium (North America)
basename: pokemonstadium
basename: pokestadium
options:
find-file-boundaries: True
compiler: IDO
symbol_addrs_path: tools/symbol_addrs.txt
target_path: baserom.z64
ld_script_path: pokemonstadium.ld
ld_script_path: pokestadium.ld
segments:
- name: header
type: header