Difference between revisions of "FF8/Field/Script/Opcodes/046 MESW"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x046''' * Short name: '''MESW''' * Long name: Display Message and Wait ==== Argument ==== none ==== Stack ==== :''Message channel?'' :''Message ID'' :'''MESW''...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
 
==== Stack ====
 
==== Stack ====
:''Message channel?''
+
:''Message channel''
 
:''Message ID''
 
:''Message ID''
 
:'''MESW'''
 
:'''MESW'''

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x046
  • Short name: MESW
  • Long name: Display Message and Wait

Argument

none

Stack

Message channel
Message ID
MESW

Description

Popup a message window, and wait for the player to dismiss it before continuing. The size of the message window can be set with WINSIZE.

This is never used anywhere in the game, but it works. It was replaced by AMESW, which has built-in position and size parameters.