Fix issues with character IDs in identifiers.xml

This commit is contained in:
Xevion
2022-05-09 16:27:49 -05:00
parent 21c0d8088f
commit 93d88113e7
3 changed files with 8 additions and 6 deletions

View File

@@ -530,6 +530,7 @@ def check(verbose: bool) -> None:
# TODO: Check for values in meta.json that are null
# TODO: Check for values in meta.json that are not referenced anywhere in identifiers.xml
# TODO: Check for character IDs in identifiers.xml that don't look correct (voice--on-phone)
if __name__ == '__main__':