Changes

Jump to navigation Jump to search

FF7/Field/Script/Opcodes/CA PRTYE

1,668 bytes added, 22:50, 17 August 2006
no edit summary
* Opcode: '''0xC8'''
* Short name: '''PRTYP'''
* Long name: Party Change

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xC8
! width="40" | ''1''
! width="40" | ''2''
! width="40" | ''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. 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 ====

{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! style="background:rgb(204,204,204)" width="40" | ID
! style="background:rgb(204,204,204)" width="100" | Character
|-
| align="center" | 0
| Cloud
|-
| align="center" | 1
| Tifa
|-
| align="center" | 2
| Barret
|-
| align="center" | 3
| Aeris
|-
| align="center" | 4
| Yuffie
|-
| align="center" | 5
| Red XIII
|-
| align="center" | 6
| Cait Sith
|-
| align="center" | 7
| Cid
|-
| align="center" | 8
| Vincent
|-
| style="background:rgb(204,204,204)" align="center" | 9
| style="background:rgb(204,204,204)" | Young Cloud
|-
| style="background:rgb(204,204,204)" align="center" | A
| style="background:rgb(204,204,204)" | Sephiroth
|-
| style="background:rgb(204,204,204)" align="center" | B
| style="background:rgb(204,204,204)" | Chocobo
|-
|}

Navigation menu