1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-17 05:15:16 +00:00

Removed unused imports and other minor improvements (#1602)

* Removed unused imports and other minor improvements

* revert tools/ZAPD/ZAPD/genbuildinfo.py

* revert diff.py

* Update sym_info.py

* revert asm_processor/

---------

Co-authored-by: fig02 <fig02srl@gmail.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
adaliaramon 2024-01-11 17:04:53 +01:00 committed by GitHub
parent 1a8772e540
commit 6eb3bf401c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 13 additions and 21 deletions

View file

@ -17,7 +17,7 @@ def symInfoMain():
args = parser.parse_args()
BUILTMAP = Path(f"build") / "gc-eu-mq-dbg" / f"z64.map"
BUILTMAP = Path("build") / "gc-eu-mq-dbg" / "z64.map"
mapPath = BUILTMAP
if args.use_expected: