FF7/Field/Script/Opcodes/51 WMOVE

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 05:44, 8 September 2006 by my_wiki>Synergy Blades
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Opcode: 0x51
  • Short name: WMOVE
  • Long name: Window Move

Memory layout

0x51 I X Y

Arguments

  • const UByte I: WINDOW ID to resize.
  • const UShort X: X-coordinate of the window.
  • const UShort Y: Y-coordinate of the window.

Description

Repositions the window, with the given ID, to the coordinates specified. The window will be repositioned the next time a MESSAGE or ASK, referencing this window, is issued.