Files
scummex/help/specLOFF.html
2003-09-18 16:27:06 +00:00

61 lines
1.3 KiB
HTML

<HTML>
<HEAD>
<TITLE>LOFF</TITLE>
<META NAME="resource-type" CONTENT="document">
</HEAD>
<FONT SIZE="+2" FACE="Arial">
<B>LOFF</B>
</FONT><P>
<FONT FACE="Arial" SIZE="-1">
The LOFF block contains the offsets to each LFLF block in the file.<P>
</FONT>
<FONT FACE="Courier">
<TABLE CELLSPACING=1 WIDTH="100%">
<TR>
<TD WIDTH="30%" VALIGN=top>&quot;LOFF&quot;</TD>
<TD WIDTH="20%" VALIGN=top>dword</TD>
<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>
</TR>
<TR>
<TD VALIGN=top>dwSize</TD>
<TD VALIGN=top>dword</TD>
<TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>
</TR>
<TR>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD VALIGN=top>nRooms</TD>
<TD VALIGN=top>byte</TD>
<TD><FONT FACE="Arial" SIZE="-1">Number of LFLF offsets</FONT></TD>
</TR>
<TR>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD COLSPAN=3><FONT FACE="Arial" SIZE="-1"><B>loop nRooms</B></TD>
</TR>
<TR>
<TD VALIGN=top>&nbsp;nRoomNumber</TD>
<TD VALIGN=top>byte</TD>
<TD><FONT FACE="Arial" SIZE="-1">Room Number</FONT></TD>
</TR>
<TR>
<TD VALIGN=top>&nbsp;dwOffset</TD>
<TD VALIGN=top>dword</TD>
<TD><FONT FACE="Arial" SIZE="-1">LFLF offset (LE)</FONT></TD>
</TR>
<TR>
<TD COLSPAN=3><FONT FACE="Arial" SIZE="-1"><B>end of loop</B></FONT></TD>
</TR>
</TABLE>
</FONT>
</BODY>
</HTML>