Difference between revisions of "FF7/Field/Script/Opcodes/73 PGTDR"
Jump to navigation
Jump to search
my_wiki>Synergy Blades m (Doesn't seem to offer bank/address for party ID as I assumed) |
my_wiki>Synergy Blades m (→Arguments) |
||
Line 14: | Line 14: | ||
* '''const UByte''' ''B'': Bank to store direction. | * '''const UByte''' ''B'': Bank to store direction. | ||
− | * '''const UByte''' ''P'': Party member ID, from 0 to 2 | + | * '''const UByte''' ''P'': Party member ID, from 0 to 2. |
* '''const UByte''' ''D'': Address to store direction. | * '''const UByte''' ''D'': Address to store direction. | ||
Revision as of 01:01, 15 September 2006
- Opcode: 0x73
- Short name: PGTDR
- Long name: Get Party Member Direction
Memory layout
0x73 | B | P | D |
---|
Arguments
- const UByte B: Bank to store direction.
- const UByte P: Party member ID, from 0 to 2.
- const UByte D: Address to store direction.
Description
Fetches the orientation of the party member specified by P on the field, into the bank and address specified by B and D.