fix progress script

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-05-12 01:23:02 -03:00
parent 1dec9db413
commit e8814048b3
2 changed files with 13 additions and 2 deletions

View file

@ -11,7 +11,7 @@ script_dir = os.path.dirname(os.path.realpath(__file__))
root_dir = os.path.join(script_dir, "..")
asm_dir = os.path.join(root_dir, "asm", "us", "nonmatchings")
build_dir = os.path.join(root_dir, "build")
elf_path = os.path.join(build_dir, "starfox64.us.elf")
elf_path = os.path.join(build_dir, "starfox64.us.rev1.elf")
def get_func_sizes():
try: