Changes
Jump to navigation
Jump to search
→Textures Section
<pre>
struct TexSectionHeader {
u32 unknown1size_section; // Size of texture section (from the beginning of this header to the end of the file)
byte num_textures; // Number of textures
byte unknown2[3]; // Maybe always empty
}
</pre>