mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
Small fix
This commit is contained in:
parent
7343c019af
commit
c9489ba165
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ def process_define(filename, line):
|
|||
if p.startswith('0x'):
|
||||
continue
|
||||
p = re.sub(r'0x[a-fA-F0-9]+', '', p)
|
||||
if re.search('[a-z]', p) != None and "VERSION_TEXT" not in line and "SM64COOPDX" not in line:
|
||||
if re.search('[a-z]', p) != None and "VERSION_TEXT" not in line:
|
||||
if 'gCurrentObject' not in line and verbose:
|
||||
print('UNRECOGNIZED DEFINE: ' + line)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue