Line 98:
Line 98:
u32 pad; // Always 0
u32 pad; // Always 0
} fnl1_offset;
} fnl1_offset;
−
After the fnl1_offset is the list of filenames null terminated. If the full fnl section is not an even number of bytes, the section is padded with an extra '\0'.
+
After the fnl1_offset is the list of filenames null terminated. If the full fnl section is not an even number of bytes, the section is padded with an extra '\0'.
'''TODO: Section incomplete.'''
'''TODO: Section incomplete.'''
Line 145:
Line 145:
=== grp1 sections (Group Header) ===
=== grp1 sections (Group Header) ===
−
Contains information about a group. Note that this *is* speculation, based on inspection of a large number of brlyt files.
+
Contains information about a group. Note that this *is* speculation, based on inspection of a large number of brlyt files.
typedef struct {
typedef struct {
char sig [4]; // "grp1" in ASCII.
char sig [4]; // "grp1" in ASCII.