Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/9A LBYTE

No change in size, 20:23, 7 September 2006
m
no edit summary
! width="40" | ''D / S''
! width="40" | ''DA''
! width="40" | ''DSSA''
|}
* '''const Bit[4]''' ''S'': Source bank.
* '''const UByte''' ''DA'': Destination address.
* '''const UByte''' ''DSSA'': Source address.
==== Description ====
Retrieves the low byte of a two-byte word from the source bank and address, and places the byte value into the destination bank and address. If the source is an 8-bit bank, this will simply copy the value from source to destination; if the destination is a 16-bit bank, the high byte of the destination will remain unchanged.