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