mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-22 10:35:11 -05:00
Split fragment progress
This commit is contained in:
@@ -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