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:
parent
8db76a27da
commit
5785c7adfb
12 changed files with 24 additions and 22 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue