Convert directly referenced entity lists

This commit is contained in:
octorock
2021-10-24 16:13:01 +02:00
parent a924f2821b
commit 21e3e54c5f
10 changed files with 21719 additions and 15566 deletions
+1 -12
View File
@@ -56,18 +56,7 @@ def parse_map(non_matching_funcs):
if dir == 'src':
src_data += size
elif dir == 'data':
subdir = filepath.split('/')[1]
#print(subdir)
if subdir == 'sound':
src_data += size
elif subdir == 'map':
src_data += size
elif subdir == 'animations':
src_data += size
elif subdir == 'strings.o':
src_data += size
else:
data += size
data += size
elif line.startswith(' '):
arr = line.split()