Changes
From Final Fantasy Inside
→Models Section
u16 scale; // (12 bit fixed point)
u32 offset_skeleton; // Offset to the parts, bones and animations of the model
byte r1global_r, g1global_g, b1global_b;
byte unknown;
byte index_bones_start; // Start index of bones (255 if no bones)
byte index_bones_end; // End index of bones
byte r4r1, g4g1, b4b1;
byte num_bones; // Additional number of bones in the model's skeleton
byte index_parts_start; // Start index of parts
byte index_parts_end; // End index of parts
byte r7r2, g7g2, b7b2;
byte num_parts; // Additional number of parts in the model's skeleton
byte index_anim_start; // Start index of animations
byte index_anim_end; // End index of animations
byte r10r3, g10g3, b10b3;
byte num_animations; // Additional number of animations
} // sizeof = 48