Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/CD MMBud

1,279 bytes added, 23:42, 18 August 2006
m
Table edit
* Opcode: '''0xC'''
* Short name: '''MMBud'''
* Long name: Party Select: Character Switch

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xCD
! width="40" | ''S''
! width="40" | ''C''
|}

==== Arguments ====

* '''const UByte''' ''S'': Switches the character on/off (1/0, respectively).
* '''const UByte''' ''C'': Character ID whose status will change.

==== Description ====

Enables or disables the availability of this character in the right-hand selector pain in the party select menu. If the character is currently in the party, this will have no effect, as they are not placed in the right-hand pain if already in the party.

==== 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
| Barret
|-
| align="center" | 2
| Tifa
|-
| align="center" | 3
| Aeris
|-
| align="center" | 4
| Red XIII
|-
| align="center" | 5
| Yuffie
|-
| align="center" | 6
| Cait Sith
|-
| align="center" | 7
| Cid
|-
| align="center" | 8
| Vincent
|-
|}