mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-22 22:44:42 -04:00
fix progress script (this time for real)
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user