Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/CA PRTYE

92 bytes added, 05:18, 23 May 2019
m
6 revisions imported
* Opcode: '''0xC80xCA'''* Short name: '''PRTYPPRTYE'''
* Long name: Party Change
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xC80xCA
! width="40" | ''1''
! width="40" | ''2''
==== 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 ====
|-
| align="center" | 1
| TifaBarret
|-
| align="center" | 2
| BarretTifa
|-
| align="center" | 3
|-
| align="center" | 4
| YuffieRed XIII
|-
| align="center" | 5
| Red XIIIYuffie
|-
| align="center" | 6
|-
| align="center" | 7
| CidVincent
|-
| align="center" | 8
| VincentCid
|-
| style="background:rgb(204,204,204)" align="center" | 9
| style="background:rgb(204,204,204)" align="center" | B
| style="background:rgb(204,204,204)" | Chocobo
|-
| align="center" | FE
| No character
|-
|}