Skip to content

Commit

Permalink
Merge branch naraka-new-format and support latest naraka format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivelia committed Oct 22, 2024
1 parent d6014c0 commit c79a7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AssetStudio/BundleFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ private void ReadHeader(FileReader reader)
reader.ReadUInt16();
break;
case 0x1E:
m_Header.compressedBlocksInfoSize -= 0xF0;
m_Header.uncompressedBlocksInfoSize -= 0xE6;
m_Header.compressedBlocksInfoSize -= 0x96;
m_Header.uncompressedBlocksInfoSize -= 0x82;
m_Header.flags -= 0x03;
reader.ReadUInt16();
break;
Expand Down

0 comments on commit c79a7d7

Please sign in to comment.