mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(DecryptYstb): additional version check.
This commit is contained in:
parent
2e7154a394
commit
86ec14f9e1
@ -354,7 +354,7 @@ namespace GameRes.Formats.YuRis
|
||||
uint* header = (uint*)raw;
|
||||
uint version = header[1];
|
||||
int first_item, last_item;
|
||||
if (version >= 0x1CE)
|
||||
if (version >= 0x1CE || 0x12C == version)
|
||||
{
|
||||
first_item = 3;
|
||||
last_item = 7;
|
||||
|
Loading…
Reference in New Issue
Block a user