From ed4ac0991642821399f1ab2208177f1df9838908 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 11:42:05 -0300 Subject: [PATCH] update file names for uncompressed --- yamls/us/header.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/yamls/us/header.yaml b/yamls/us/header.yaml index 01ee18b4..6d37eb99 100644 --- a/yamls/us/header.yaml +++ b/yamls/us/header.yaml @@ -1,13 +1,10 @@ name: Starfox64 (North America) -# baserom compressed -# sha1: 09f0d105f476b00efa5303a3ebc42e60a7753b7a -# baserom uncompressed -sha1: f7475fb11e7e6830f82883412638e8390791ab87 +sha1: f7475fb11e7e6830f82883412638e8390791ab87 # baserom uncompressed options: basename: starfox64 target_path: baserom.us.uncompressed.z64 - elf_path: build/starfox64.elf - ld_script_path: linker_scripts/us/starfox64.ld + elf_path: build/starfox64.uncompressed.elf + ld_script_path: linker_scripts/us/starfox64.uncompressed.ld base_path: . compiler: IDO find_file_boundaries: True