Difference between revisions of "FF8/Field/Script/Opcodes/065 AMES"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Description)
my_wiki>Albeoris
(Created page with "* Opcode: '''0x065''' * Short name: '''AMES''' * Long name: A? Message ==== Argument ==== none ==== Stack ==== : ''Message Channel'' : ''Field message ID'' : ''X posit...")
Line 1: Line 1:
__NOTOC__
 
 
* Opcode: '''0x065'''
 
* Opcode: '''0x065'''
 
* Short name: '''AMES'''
 
* Short name: '''AMES'''
 
* Long name: A? Message
 
* Long name: A? Message
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Message Channel''
 
:''Field message ID''
 
:''X position of window''
 
:''Y position of window''
 
:'''AMES'''
 
  
==== Description ====
+
: ''Message Channel''
 +
: ''Field message ID''
 +
: ''X position of window''
 +
: ''Y position of window''
 +
: '''AMES'''
 +
 
 +
==== Description ====
  
 
Pop up a message window until [[FF8/Field/Script/Opcodes/04C_WINCLOSE|WINCLOSE]] or [[FF8/Field/Script/Opcodes/048_MESSYNC|MESSYNC]] is called.
 
Pop up a message window until [[FF8/Field/Script/Opcodes/04C_WINCLOSE|WINCLOSE]] or [[FF8/Field/Script/Opcodes/048_MESSYNC|MESSYNC]] is called.

Revision as of 15:18, 24 March 2018

  • Opcode: 0x065
  • Short name: AMES
  • Long name: A? Message

Argument

none

Stack

Message Channel
Field message ID
X position of window
Y position of window
AMES

Description

Pop up a message window until WINCLOSE or MESSYNC is called.