mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(XP3): alternative entry name record signature.
This commit is contained in:
parent
bf619c3f34
commit
19bda51f93
@ -152,7 +152,7 @@ namespace GameRes.Formats.KiriKiri
|
||||
if (entry_size < 0)
|
||||
return null;
|
||||
dir_offset += 12 + entry_size;
|
||||
if (0x6E666E68 == entry_signature) // "hnfn"
|
||||
if (0x6E666E68 == entry_signature || 0x46696C65 == entry_signature) // "hnfn" || "eliF"
|
||||
{
|
||||
uint hash = header.ReadUInt32();
|
||||
int name_size = header.ReadInt16();
|
||||
|
Loading…
Reference in New Issue
Block a user