mirror of
https://github.com/pret/pokestadium.git
synced 2026-03-21 17:24:20 -05:00
Split fragment progress
This commit is contained in:
parent
7840122b79
commit
3aa507eae2
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user