Difference between revisions of "FF8/Field/Script/Opcodes/047 MES"
Jump to navigation
Jump to search
my_wiki>Shard (→Description) |
my_wiki>Shard m |
||
Line 1: | Line 1: | ||
* Opcode: '''0x047''' | * Opcode: '''0x047''' | ||
* Short name: '''MES''' | * Short name: '''MES''' | ||
− | * Long name: Message | + | * Long name: Display Message |
==== Argument ==== | ==== Argument ==== | ||
Line 10: | Line 10: | ||
:''Message channel?'' | :''Message channel?'' | ||
:''Message ID'' | :''Message ID'' | ||
− | :''' | + | :'''MES''' |
==== Description ==== | ==== Description ==== | ||
Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen. The size of the message window can be set with [[FF8/Field/Script/Opcodes/04B_WINSIZE|WINSIZE]]. | Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen. The size of the message window can be set with [[FF8/Field/Script/Opcodes/04B_WINSIZE|WINSIZE]]. |
Revision as of 19:28, 26 May 2014
- Opcode: 0x047
- Short name: MES
- Long name: Display Message
Argument
none
Stack
- Message channel?
- Message ID
- MES
Description
Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen. The size of the message window can be set with WINSIZE.