1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

Move roms to build folder (#1651)

* Move built roms to build directory, along with rename map and linker script

* PR review

* sym_info fix

* Revert docs/tutorial/data.md change
This commit is contained in:
Derek Hensley 2024-02-02 13:34:20 -08:00 committed by GitHub
parent 8db76a27da
commit 5785c7adfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 24 additions and 22 deletions

View file

@ -162,7 +162,7 @@ parser.add_argument("--num-out", help="number of functions to display", type=int
args = parser.parse_args()
rom_bytes = read_rom()
map_syms = parse_map(build_dir + "z64.map")
map_syms = parse_map(build_dir + "oot-gc-eu-mq-dbg.map")
map_offsets = get_map_offsets(map_syms)
s_files = get_all_s_files()