Difference between revisions of "FF8/Field/Script/Opcodes/11D GETPARTY"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x11D''' * Short name: '''GETPARTY''' * Long name: Get characetr in party slot ==== Argument ==== none ==== Stack ==== :''Party Slot'' :'''GETPARTY''' ==== Des...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Get characetr in party slot
 
* Long name: Get characetr in party slot
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Party Slot''
+
 
:'''GETPARTY'''
+
: ''Party Slot''
 +
: '''GETPARTY'''
 +
 
 +
====  Description  ====
  
==== 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!).
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!).
 

Latest revision as of 05:24, 23 May 2019

  • 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!).