Difference between revisions of "FF8/Field/Script/Opcodes/08A SETPARTY"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Description)
my_wiki>Albeoris
(Created page with "* Opcode: '''0x08A''' * Short name: '''SETPARTY''' * Long name: Set active party members ==== Argument ==== none ==== Stack ==== : ''Character ID'' : ''Character ID''...")
Line 3: Line 3:
 
* Long name: Set active party members
 
* Long name: Set active party members
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Character ID''
 
:''Character ID''
 
:''Character ID''
 
:'''SETPARTY'''
 
  
==== Description ====
+
: ''Character ID''
 +
: ''Character ID''
 +
: ''Character ID''
 +
: '''SETPARTY'''
 +
 
 +
==== Description ====
  
 
Sets the active party to be the members with the input IDs. These IDs also work with the other party related functions.
 
Sets the active party to be the members with the input IDs. These IDs also work with the other party related functions.
*0 Squall
+
 
*1 Zell
+
* 0 Squall
*2 Irvine
+
* 1 Zell
*3 Quistis
+
* 2 Irvine
*4 Rinoa
+
* 3 Quistis
*5 Selphie
+
* 4 Rinoa
*6 Seifer
+
* 5 Selphie
*7 Edea
+
* 6 Seifer
*8 Laguna
+
* 7 Edea
*9 Kiros
+
* 8 Laguna
*10 Ward
+
* 9 Kiros
*255 Blank
+
* 10 Ward
 +
* 255 Blank

Revision as of 15:25, 24 March 2018

  • Opcode: 0x08A
  • Short name: SETPARTY
  • Long name: Set active party members

Argument

none

Stack

Character ID
Character ID
Character ID
SETPARTY

Description

Sets the active party to be the members with the input IDs. These IDs also work with the other party related functions.

  • 0 Squall
  • 1 Zell
  • 2 Irvine
  • 3 Quistis
  • 4 Rinoa
  • 5 Selphie
  • 6 Seifer
  • 7 Edea
  • 8 Laguna
  • 9 Kiros
  • 10 Ward
  • 255 Blank