mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(YPF): updated recognized scripts version.
This commit is contained in:
parent
ce2e256dc2
commit
981a2c54cc
@ -383,7 +383,7 @@ namespace GameRes.Formats.YuRis
|
||||
uint* header = (uint*)raw;
|
||||
uint version = header[1];
|
||||
int first_item, last_item;
|
||||
if (version >= 0x1CE || 0x12C == version || 0x19A == version || 0x1C3 == version)
|
||||
if (version >= 0x1CE || 0x12C == version || 0x19A == version || 0x1C3 == version || 0x19C == version)
|
||||
{
|
||||
first_item = 3;
|
||||
last_item = 7;
|
||||
|
Loading…
Reference in New Issue
Block a user