Update ArcISA.cs

Add support "Sisters: Last Day of Summer" English Version
https://vndb.org/r109826
This commit is contained in:
Dir-A
2024-09-24 01:58:42 +08:00
committed by GitHub
parent e642644845
commit 4554b82be5

View File

@@ -44,7 +44,7 @@ namespace GameRes.Formats.ISM
public override ArcFile TryOpen (ArcView file)
{
if (!file.View.AsciiEqual (4, "ARCHIVED"))
if (!file.View.AsciiEqual (4, "ARCHIVED") && !file.View.AsciiEqual(4, "ENGLISH "))
return null;
int count = file.View.ReadInt16 (0x0C);
if (!IsSaneCount (count))