mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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)
|
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;
|
return null;
|
||||||
int count = file.View.ReadInt16 (0x0C);
|
int count = file.View.ReadInt16 (0x0C);
|
||||||
if (!IsSaneCount (count))
|
if (!IsSaneCount (count))
|
||||||
|
|||||||
Reference in New Issue
Block a user