Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/81 SETWORD

93 bytes added, 05:17, 23 May 2019
m
4 revisions imported
! width="40" | ''D / S''
! width="40" | ''A''
! width="4080" | ''V''
|}
==== Description ====
Writes the word value from the source address, or the value argument itself, into the destination 16-bit bank. If the source bank '''S''' is zero, the value given by '''V''' is written directly into the destination bank/address; otherwise, the value is retrieved from the source bank/address '''S'''/'''V''', and then written to the destination bank/address '''D'''/'''A'''. If the destination is a 8-bit bank, only the low byte of the source will be written into it.