FF7/Field/Script/Opcodes/50 WINDOW
From Final Fantasy Inside
< FF7 | Field | Script | Opcodes
Revision as of 12:34, 4 April 2018 by my_wiki>BukTop (4 revisions imported)
- Opcode: 0x50
- Short name: WINDOW
- Long name: Window creation
Memory layout
0x50 | N | X | Y | W | H |
---|
Arguments
- const UByte N: The numerical ID that the newly-created window will be associated with.
- const UShort X: X-coordinate of the window.
- const UShort Y: Y-coordinate of the window.
- const UShort W: Window width.
- const UShort H: Window height.