diff --git a/Music.py b/Music.py index 65a564f87..2d1f2bf23 100644 --- a/Music.py +++ b/Music.py @@ -245,6 +245,8 @@ def process_sequences(rom: Rom, ids: Iterable[tuple[str, int]], seq_type: str = zbank_file = None bankmeta_file = None for f in zip.namelist(): + if '/' in f: # Only read files in the root of the archive + continue if f.endswith(".meta"): meta_file = f continue