mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
bunch of stuff.
This commit is contained in:
@@ -142,7 +142,7 @@ namespace GameRes.Formats.Maika
|
||||
|
||||
Stream input;
|
||||
// XXX scrambling might be applicable for 'E1' signatures only
|
||||
if (scheme.ScrambledSize > 0)
|
||||
if (0x3145 == signature && scheme.ScrambledSize > 0)
|
||||
{
|
||||
var prefix = arc.File.View.ReadBytes (entry.Offset+10, scheme.ScrambledSize);
|
||||
foreach (var pair in scheme.ScrambleMap)
|
||||
|
||||
Reference in New Issue
Block a user