FF7/Field/Script/Opcodes/51 WMOVE

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 12:34, 4 April 2018 by my_wiki>BukTop (2 revisions imported)
  • Opcode: 0x51
  • Short name: WMOVE
  • Long name: Window Move

Memory layout

0x51 I X Y

Arguments

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

Description

Repositions the window, with the given ID, and a (x,y) translation. The window will be repositioned the next time a MESSAGE or ASK, referencing this window, is issued.