Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/41 MPARA

362 bytes added, 05:16, 23 May 2019
m
4 revisions imported
* Opcode: '''0x41'''
* Short name: '''MPARA'''
* Long name: Message Parameter (8-bitvalue/address)
==== Memory layout ====
If ''B'' is non-zero, then bank ''B'' and address ''V'' will be accessed to retrieve the value that will be used in inserting into the dialog. Otherwise, the value provided by ''V'' is inserted as-is into the control code.
 
Whilst the ''V'' argument is one byte, if the address retrieved from is a 16-bit bank, a 16-bit value will display. The 8-bit nature of this opcode refers solely to the final argument size, and the size of the literal that can be specified. If a literal of greater than 0xFF is needed, [[FF7/Field/Script/Opcodes/42 MPRA2|MPRA2]] is used instead.