Added symbol toml and changed main toml to use it

This commit is contained in:
Mr-Wiseguy 2024-05-17 01:12:22 -04:00
parent 008dfa5b0b
commit 5bd9956d75
2 changed files with 68989 additions and 1 deletions

68987
us.rev1.syms.toml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,10 @@
[input] [input]
entrypoint = 0x80080000 entrypoint = 0x80080000
# Paths are relative to the location of this config file. # Paths are relative to the location of this config file.
elf_path = "mm.us.rev1.elf"
output_func_path = "RecompiledFuncs" output_func_path = "RecompiledFuncs"
relocatable_sections_path = "overlays.us.rev1.txt" relocatable_sections_path = "overlays.us.rev1.txt"
symbols_file_path = "us.rev1.syms.toml"
rom_file_path = "mm.us.rev1_uncompressed.z64"
[patches] [patches]
stubs = [ stubs = [