Difference between revisions of "FF7/Field/Script/Opcodes/40 MESSAGE"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 05:16, 23 May 2019

  • Opcode: 0x40
  • Short name: MESSAGE
  • Long name: Message display

Memory layout

0x40 N D

Arguments

  • const UByte N: The ID of the window to use.
  • const UByte D: The zero-based index of the dialog that will be displayed.

Description

Displays a dialog in the WINDOW that has previously been initialised to display this dialog.