Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/0B GTPYE

12 bytes added, 05:14, 23 May 2019
m
4 revisions imported
* '''const Bit[4]''' ''B2'': Bank for second party member.
* '''const Bit[4]''' ''B3'': Bank for third party member.
* '''const Bit[04]''' ''0'': Zero.
* '''const UByte''' ''A1'': Address for first party member.
* '''const UByte''' ''A2'': Address for second party member.
==== Description ====
Retrieves the current party's [[FF7/Field/Character ID|Character ID]]s into the banks and addresses specified for each party member. It is possible to set retrieve values in into three different banks , one for each member.
This is used to store the player's party configuration before they are overridden for a special event that requires a specific character setup. The player's original party configuration can then be set back to its original setup using [[FF7/Field/Script/Opcodes/0A SPTYE|SPTYE]].