mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-13 03:59:50 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user