Changes

Jump to navigation Jump to search

FF7/Field/Script/Opcodes/6F SCRLP

952 bytes added, 21:09, 14 October 2006
no edit summary
* Opcode: '''0x6F'''
* Short name: '''SCRLP'''
* Long name: Scroll To Party Member

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x63
! width="40" | ''B''
! width="80" | ''S''
! width="40" | ''P''
! width="40" | ''T''
|}

==== Arguments ====

* '''const UByte''' ''B'': Bank for the scroll speed, or zero if it is specified as a literal value.
* '''const UShort''' ''S'': Speed of the scroll, in frames, or the address to find the speed if ''B'' is non-zero.
* '''const UByte''' ''P'': Party ID to scroll to, between 0 and 2.
* '''const UByte''' ''T'': Type of scroll.

==== Description ====

Similar to [[http://wiki.qhimm.com/FF7/Field/Script/Opcodes/63 SCRLA|SCRLA]], except the scroll moves towards the given party member, rather than a particular entity. The types of scroll are also identical to SCRLA and can be found on the page for the opcode.

Navigation menu