Difference between revisions of "FF7/Field/Script/Opcodes/53 WREST"
Jump to navigation
Jump to search
my_wiki>BukTop m (1 revision imported) |
m (2 revisions imported) |
(No difference)
|
Latest revision as of 05:17, 23 May 2019
- Opcode: 0x53
- Short name: WREST
- Long name: Window Reset
Memory layout
0x53 | N |
---|
Arguments
- const UByte N: The ID of the window to reset.
Description
Resets the given window, including the following parameters:
- Position and size, set by WMOVE, WSIZW, WROW or even the initial values set by WINDOW;
- Background type, set by WMODE;
- Numerical displays, set by WSPCL;
- Message parameters, set by MPARA and MPRA2.
The reset window has a position of approximately (5,5), with a width and height of approximately (0x130, 0x45).