mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
fix progress script
This commit is contained in:
parent
1dec9db413
commit
e8814048b3
2 changed files with 13 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue