diff --git a/autogen/convert_constants.py b/autogen/convert_constants.py index 3097197d..2a9934a1 100644 --- a/autogen/convert_constants.py +++ b/autogen/convert_constants.py @@ -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