mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
ignore gFaultDrawerFont with a progress.py hack. TODO: This should be extracted, as it is an asset, not code.
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@ def GetFunctionsByPattern(pattern, files):
|
||||
|
||||
for file in files:
|
||||
with open(file) as f:
|
||||
functions += re.findall(pattern, f.read(), re.DOTALL)
|
||||
str = re.findall(pattern, f.read(), re.DOTALL)
|
||||
if "asm/non_matchings/boot/fault_drawer/sFaultDrawerFont.s" not in str:
|
||||
functions += str
|
||||
|
||||
return functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user