Difference between revisions of "FF7/Field/Script/Opcodes/CD MMBud"
Jump to navigation
Jump to search
my_wiki>Synergy Blades m (Table edit) |
my_wiki>Synergy Blades m (→Character IDs: Table edit) |
||
| Line 47: | Line 47: | ||
|- | |- | ||
| align="center" | 7 | | align="center" | 7 | ||
| − | | | + | | Vincent |
|- | |- | ||
| align="center" | 8 | | align="center" | 8 | ||
| − | | | + | | Cid |
|- | |- | ||
|} | |} | ||
Revision as of 23:42, 18 August 2006
- Opcode: 0xC
- Short name: MMBud
- Long name: Party Select: Character Switch
Memory layout
| 0xCD | S | 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
| ID | Character |
|---|---|
| 0 | Cloud |
| 1 | Barret |
| 2 | Tifa |
| 3 | Aeris |
| 4 | Red XIII |
| 5 | Yuffie |
| 6 | Cait Sith |
| 7 | Vincent |
| 8 | Cid |