mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-27 05:14:15 -05:00
@@ -24,6 +24,8 @@ def getProgressFromMapFile(mapFile: mapfile_parser.MapFile, asmPath: Path, nonma
|
||||
continue
|
||||
|
||||
folder = file.filepath.parts[pathIndex]
|
||||
if folder == "fragments":
|
||||
folder = folder + "/" + file.filepath.parts[pathIndex + 1]
|
||||
|
||||
if ".a" in folder:
|
||||
folder = folder.split('.a')[0]
|
||||
|
||||
Reference in New Issue
Block a user