Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/73 PGTDR

116 bytes removed, 01:01, 15 September 2006
m
Doesn't seem to offer bank/address for party ID as I assumed
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x73
! width="5040" | ''B1 / B2B''
! width="40" | ''P''
! width="40" | ''D''
==== Arguments ====
* '''const Bit[4]UByte''' ''B1'': Bank to retrieve party member ID, or zero if ''P'' is specified as a literal.* '''const Bit[4]''' ''B2B'': Bank to store direction.
* '''const UByte''' ''P'': Party member ID, from 0 to 2, or address to retrieve this value, if ''B1'' is non-zero.
* '''const UByte''' ''D'': Address to store direction.
==== Description ====
Fetches the orientation of the party member specified by ''P'' on the field, into the bank and address specified by ''B1B'' and ''D''.