mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 21:21:44 +00:00
Restore ROM names
This commit is contained in:
parent
8689ef63cd
commit
39c39f3d19
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
text_offset = 0xC40FF0
|
||||
text_size = 0x1000
|
||||
text_address = 0x04001000
|
||||
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
||||
output_file_path = "rsp/aspMain.cpp"
|
||||
output_function_name = "aspMain"
|
||||
extra_indirect_branch_targets = [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
text_offset = 0xC438B0
|
||||
text_size = 0xAF0
|
||||
text_address = 0x04001080
|
||||
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
||||
output_file_path = "rsp/njpgdspMain.cpp"
|
||||
output_function_name = "njpgdspMain"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ entrypoint = 0x80080000
|
|||
output_func_path = "RecompiledFuncs"
|
||||
relocatable_sections_path = "overlays.us.rev1.txt"
|
||||
symbols_file_path = "us.rev1.syms.toml"
|
||||
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
||||
|
||||
[patches]
|
||||
stubs = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue