Anonymous

Changes

From Final Fantasy Inside

FF7/Field/BSX

22 bytes removed, 17:12, 14 August 2012
File header
== File header ==
The BSX file, after it is decompressed, begin with a header of 12 8 bytes :
<cpp>
struct StrBsxHeader {
u32 size_file; // Size of the file
u32 offset_models; // Offset to the models section
byte unknown[4];
};
</cpp>
Anonymous user