Update tools (#16)

* Clean up .gitignore

* Set exec bit on all python and shell scripts

* Delete unused files

* Add decomp-permuter repo

* Update submodules
This commit is contained in:
Rozelette
2020-09-13 21:09:13 -04:00
committed by GitHub
parent 189d0d6c30
commit ec912054da
30 changed files with 49 additions and 6124 deletions
Regular → Executable
+1 -1
View File
@@ -98,5 +98,5 @@ if __name__ == "__main__":
if (rupees > 0):
print('You have {}/{} masks and {}/{} rupee(s).\n'.format(masks, num_masks, rupees, max_rupees));
else:
print('You have {}/{} masks .\n'.format(masks, num_masks));
print('You have {}/{} masks.\n'.format(masks, num_masks));