update sym_info.py (it's been some time since we used this)
Some checks are pending
Build / Build repo (push) Waiting to run
Check Format / Check format (push) Waiting to run

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-11-17 01:16:28 -03:00
parent 0e929d284d
commit 7dd1e748c0

View File

@ -17,7 +17,7 @@ def symInfoMain():
args = parser.parse_args()
BUILTMAP = Path(f"build") / f"starfox64.us.map"
BUILTMAP = Path(f"build") / f"starfox64.us.rev1.map"
mapPath = BUILTMAP
if args.use_expected: