Name OOT samples in sample bank 0 (#1695)

* Name samples

Fix FileName

FIx

Revert "FIx"

This reverts commit 510dcd8c03242f49d88173357c36fd0cc8911945.

Fix

* Formatting fixes

* fix

* \n

* snake case

* format

* Bank 2

* Fix extract assets

* Update SampleBank_0.xml

* Fix copy errors
This commit is contained in:
louist103
2024-12-12 20:46:26 -05:00
committed by GitHub
parent fa240048cf
commit f6d4a8731e
3 changed files with 249 additions and 248 deletions
+2 -1
View File
@@ -152,7 +152,8 @@ def main():
for currentPath, _, files in os.walk(os.path.join("assets", "xml")):
for file in files:
fullPath = os.path.join(currentPath, file)
if file.endswith(".xml"):
# ZAPD can't handle audio, skip those XMLs.
if file.endswith(".xml") and (fullPath.find("audio") == -1):
xmlFiles.append(fullPath)
try: