Merge branch 'master' of github.com:sonicdcer/sf64

This commit is contained in:
petrie911
2023-10-15 17:29:13 -05:00
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
-include .make_options
MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += --no-builtin-rules --no-print-directory
#### Defaults ####
+2
View File
@@ -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`.
+6 -3
View File
@@ -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