fix progress script (this time for real)

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-05-12 01:30:03 -03:00
parent e8814048b3
commit ea3a09909f

View file

@ -9,7 +9,7 @@ from colour import Color
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")
asm_dir = os.path.join(root_dir, "asm", "us", "rev1", "nonmatchings")
build_dir = os.path.join(root_dir, "build")
elf_path = os.path.join(build_dir, "starfox64.us.rev1.elf")