Difference between revisions of "FF8/Field/Script/Opcodes/11D GETPARTY"
Jump to navigation
Jump to search
Qhimm>Albeoris (Created page with "http://web.archive.org/web/20150415044301/http://wiki.qhimm.com/view/FF8/Field/Script/Opcodes/11D_GETPARTY") |
Qhimm>Albeoris |
||
Line 1: | Line 1: | ||
* Opcode: '''0x11D''' | |||
* Short name: '''GETPARTY''' | |||
* Long name: Get characetr in party slot | |||
==== Argument ==== | |||
none | |||
==== Stack ==== | |||
: ''Party Slot'' | |||
: '''GETPARTY''' | |||
==== Description ==== | |||
Pushes the ID of the character in the given slot to temporary variable 0. Has weird results when passed a parameter of 3 or greater (so don't do it!). |
Revision as of 14:48, 24 March 2018
- Opcode: 0x11D
- Short name: GETPARTY
- Long name: Get characetr in party slot
Argument
none
Stack
- Party Slot
- GETPARTY
Description
Pushes the ID of the character in the given slot to temporary variable 0. Has weird results when passed a parameter of 3 or greater (so don't do it!).