Changes
Jump to navigation
Jump to search
byte unknown[4];
→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
};
</cpp>