Decompiled 4 functions from unknown_0ABDF0

This commit is contained in:
David Benepe
2022-04-06 19:58:23 -04:00
parent f54d936786
commit 3e416d33dd
46 changed files with 531 additions and 839 deletions
+2
View File
@@ -26,6 +26,8 @@ class GenerateAssets:
self.generate_ucode_files()
def generate_assets_file(self):
with open(self.ASSETS_DIR + "/" + self.VERSION + '/ignoreMe.txt', 'w') as a_file:
a_file.write("This file is automatically generated by generate_assets.py, and is used to check if the assets have been updated.")
args = ["tools/dkr_assets_tool", "-i", self.VERSION, self.ASSETS_DIR, INCLUDE_DIRECTORY, self.BUILD_DIR, self.ASSETS_ASM_DIR]
createAssets = subprocess.Popen(args, stdout=subprocess.PIPE)
createAssets.wait()