summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2024-05-12 01:30:03 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2024-05-12 01:30:03 -0300
commitea3a09909f4fad767fa9de31be0f7d98235b719e (patch)
treed18d2f05c052bc88e2a6305be29fd5b28df6ead4 /tools
parente8814048b3b020d41405dd87048cca8afe0c1b84 (diff)
fix progress script (this time for real)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/progress.py b/tools/progress.py
index 5985f625..1015ba6d 100755
--- a/tools/progress.py
+++ b/tools/progress.py
@@ -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")