Difference between revisions of "FF7/Field/Script/Opcodes/CA PRTYE"
Jump to navigation
Jump to search
my_wiki>Synergy Blades m (→Character IDs: More table edits) |
my_wiki>Synergy Blades m |
||
Line 1: | Line 1: | ||
− | * Opcode: ''' | + | * Opcode: '''0xCA''' |
− | * Short name: ''' | + | * Short name: '''PRTYE''' |
* Long name: Party Change | * Long name: Party Change | ||
==== Memory layout ==== | ==== Memory layout ==== | ||
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;" | {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;" | ||
− | ! width="40" | | + | ! width="40" | 0xCA |
! width="40" | ''1'' | ! width="40" | ''1'' | ||
! width="40" | ''2'' | ! width="40" | ''2'' |
Revision as of 02:10, 14 October 2006
- Opcode: 0xCA
- Short name: PRTYE
- Long name: Party Change
Memory layout
0xCA | 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 | Barret |
2 | Tifa |
3 | Aeris |
4 | Red XIII |
5 | Yuffie |
6 | Cait Sith |
7 | Vincent |
8 | Cid |
9 | Young Cloud |
A | Sephiroth |
B | Chocobo |
FE | No character |