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
+2 -2
View File
@@ -42,8 +42,8 @@ if __name__ == '__main__':
if args.c_base != None:
os.makedirs(os.path.dirname(args.c_base), exist_ok=True)
with open(args.c_base, 'w') as f:
f.write('#include <ultra64.h>\n#include <global.h>\n\n')
f.write('#include <ultra64.h>\n#include <global.h>\n')
for name in file_names:
f.write('GLOBAL_ASM("{}")\n\n'.format(name))
f.write('\nGLOBAL_ASM("{}")\n'.format(name))