FF7 / Field / Script / Opcodes / CB IFPRTYQ
From QhimmWiki
- Opcode: 0xCB
- Short name: IFPRTYQ
- Long name: If Party Member
[edit]
Memory layout
| 0xCB | C | A |
|---|
[edit]
Arguments
- const UByte C: Character ID to check.
- const UByte A: Amount to jump if comparison is false.
[edit]
Description
Checks whether the character, given as the first argument, is in the current party of three. If so, the script immediately following this opcode and argument list will execute; otherwise, the script pointer is advanced by the second argument and execution continues.

