Changes
From Final Fantasy Inside
→Block data
===Block data===
{| border="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;"
| 2
| Byte
| Normal Vertices Normals count
|-
| 3
| Byte
| Unknown(unused)
|}
{| border="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;"
! style="background:rgb(204,204,204)" | Offset
|}
'''verticesVertex'''(8 bytes):
{| border="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;"
| 0
| short
| X vertex
|-
| 2
| short
| Z vertex
|-
| 4
| short
| Y vertex
|-
| 6
| short
| weight Weight (unused)
|}
'''NormalsNormal'''(8 bytes):
{| border="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;"
| 0
| short
| X normal vertex
|-
| 2
| short
| Z normal vertex
|-
| 4
| short
| Y normal vertex
|-
| 6
| short
| W normal vertex(unused)
|}