Line 281:
Line 281:
* There is as many structs as the num_contents field in the tmd struct indicates. For VC, this seems to be always 7.
* There is as many structs as the num_contents field in the tmd struct indicates. For VC, this seems to be always 7.
* The type and size file of the content_record is of special interest, since they describe part E.
* The type and size file of the content_record is of special interest, since they describe part E.
β
* If type is 0x80 0x01, then the content is included in part E, and the size of the content is given by the size field.
+
* If type is 0x00 0x01, then the content is included in part E, and the size of the content is given by the size field.
β
* Otherwise, type will be 0x00 0x01, and the content is (presumably) shared between VCs and stored elsewere on the Wii.
+
* Otherwise, type will be 0x80 0x01, and the content is (presumably) shared between VCs and stored elsewere on the Wii.
===Part E: Encrypted data contents===
===Part E: Encrypted data contents===