FF7/Field/Script/Opcodes/D0 LINE
From Final Fantasy Inside
- Opcode: 0xD0
- Short name: LINE
- Long name: Line Definition
Memory layout
0xD0 | XA | YA | ZA | XB | YB | ZB |
---|
Arguments
- const Short XA: X-coordinate of the first point of the line.
- const Short YA: Y-coordinate of the first point of the line.
- const Short ZA: Z-coordinate of the first point of the line.
- const Short XB: X-coordinate of the second point of the line.
- const Short YB: Y-coordinate of the second point of the line.
- const Short ZB: Z-coordinate of the second point of the line.