mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
Update ArcISA.cs
Add support "Sisters: Last Day of Summer" English Version https://vndb.org/r109826
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user