mirror of https://github.com/zeldaret/tp.git
calculate_progress() would attempt to print a rel completion percentage even when no rels were found. the total size of the rels would thus be zero, resulting in a ZeroDivisionError. instead, we simply print em-dashes in the summary columns if no rels were found. |
||
|---|---|---|
| .. | ||
| libar | ||
| libarc | ||
| libdemangle | ||
| libdol | ||
| libdol2asm | ||
| libelf | ||
| librel | ||
| splitter | ||
| .gitignore | ||
| Makefile | ||
| clang-format-all.sh | ||
| clang-format-check.sh | ||
| difftools.py | ||
| dol2asm.py | ||
| elf2dol.c | ||
| extract_game_assets.py | ||
| find_unused_asm.py | ||
| lcf.py | ||
| makerel.py | ||
| postprocess.py | ||
| rel.py | ||
| requirements.txt | ||
| section2cpp.py | ||
| tp.py | ||
| vtables.py | ||