--
This commit is contained in:
parent
5ed977788c
commit
f500279abd
93 changed files with 1893 additions and 1198 deletions
|
|
@ -425,9 +425,9 @@ def check_current_save_format() -> None:
|
|||
if offenders:
|
||||
fail("broad snapshot fields still present after light-save conversion: " + ", ".join(offenders))
|
||||
required_codec = [
|
||||
'EXPORT_PREFIX = "たり"',
|
||||
'RAW_CODEC = "生"',
|
||||
'DEFLATE_CODEC = "縮"',
|
||||
'EXPORT_PREFIX = "\\u305f\\u308a"',
|
||||
'RAW_CODEC = "\\u751f"',
|
||||
'DEFLATE_CODEC = "\\u7e2e"',
|
||||
"SAVE_TEXT_ALPHABET",
|
||||
"jp2048Encode",
|
||||
"jp2048Decode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue