From 7ace80260eff40eaa4777cfb33832c7585627378 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 19:14:57 -0300 Subject: [PATCH 1/4] --no-print-directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7104902..c209f6c3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ -include .make_options -MAKEFLAGS += --no-builtin-rules +MAKEFLAGS += --no-builtin-rules --no-print-directory #### Defaults #### From 3852f6d3448a440a2b57e94cf0d24feab5c870e4 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 19:18:54 -0300 Subject: [PATCH 2/4] make --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3da76e7b..d803c905 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,5 @@ md5sum: WARNING: 1 computed checksum did NOT match ``` This means that something is wrong with the ROM's contents. Either the base files are incorrect due to a bad ROM, or some of the code is not matching. + +From now on you should be able to build the rom by running 'make'. From 4c026718c8037e468cdf901249916eba15670eb9 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 19:19:33 -0300 Subject: [PATCH 3/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d803c905..95f3349d 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,4 @@ md5sum: WARNING: 1 computed checksum did NOT match This means that something is wrong with the ROM's contents. Either the base files are incorrect due to a bad ROM, or some of the code is not matching. -From now on you should be able to build the rom by running 'make'. +From now on you should be able to build the rom by running `make`. From 3f2e8c2d815cd094275759249ddba72592bebcfd Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 19:28:43 -0300 Subject: [PATCH 4/4] fix --- yamls/us/header.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/yamls/us/header.yaml b/yamls/us/header.yaml index 6d37eb99..01ee18b4 100644 --- a/yamls/us/header.yaml +++ b/yamls/us/header.yaml @@ -1,10 +1,13 @@ name: Starfox64 (North America) -sha1: f7475fb11e7e6830f82883412638e8390791ab87 # baserom uncompressed +# baserom compressed +# sha1: 09f0d105f476b00efa5303a3ebc42e60a7753b7a +# baserom uncompressed +sha1: f7475fb11e7e6830f82883412638e8390791ab87 options: basename: starfox64 target_path: baserom.us.uncompressed.z64 - elf_path: build/starfox64.uncompressed.elf - ld_script_path: linker_scripts/us/starfox64.uncompressed.ld + elf_path: build/starfox64.elf + ld_script_path: linker_scripts/us/starfox64.ld base_path: . compiler: IDO find_file_boundaries: True