Difference between revisions of "FF7/Field/Script/Opcodes/CA PRTYE"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
my_wiki>Synergy Blades
m
Line 20: Line 20:
 
==== Description ====
 
==== Description ====
  
Changes the current party to the characters specified by each of the three arguments. Note that the chocobo entry will crash during battle, and that Young Cloud and Sephiroth occupy the same 'slots' used by Vincent and Cait Sith's character entries.
+
Changes the current party to the characters specified by each of the three arguments, or leaves the party member blank if the ID is 0xFE. Note that the chocobo entry will crash during battle, and that Young Cloud and Sephiroth occupy the same 'slots' used by Vincent and Cait Sith's character entries.
  
 
==== Character IDs ====
 
==== Character IDs ====
Line 63: Line 63:
 
| style="background:rgb(204,204,204)" align="center" | B
 
| style="background:rgb(204,204,204)" align="center" | B
 
| style="background:rgb(204,204,204)" | Chocobo
 
| style="background:rgb(204,204,204)" | Chocobo
 +
|-
 +
| align="center" | FE
 +
| No character
 
|-
 
|-
 
|}
 
|}

Revision as of 02:34, 18 August 2006

  • Opcode: 0xC8
  • Short name: PRTYP
  • Long name: Party Change

Memory layout

0xC8 1 2 3

Arguments

  • const UByte 1: Character ID for first party character.
  • const UByte 2: Character ID for second party character.
  • const UByte 3: Character ID for third party character.


Description

Changes the current party to the characters specified by each of the three arguments, or leaves the party member blank if the ID is 0xFE. Note that the chocobo entry will crash during battle, and that Young Cloud and Sephiroth occupy the same 'slots' used by Vincent and Cait Sith's character entries.

Character IDs

ID Character
0 Cloud
1 Tifa
2 Barret
3 Aeris
4 Yuffie
5 Red XIII
6 Cait Sith
7 Cid
8 Vincent
9 Young Cloud
A Sephiroth
B Chocobo
FE No character