Difference between revisions of "FF8/Field/Script/Opcodes/070 PGETINFO"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "__NOTOC__ * Opcode: '''0x070''' * Short name: '''PGETINFO''' * Long name: Get Party Member Worldspace Coordinates? ==== Argument ==== none ==== Stack ==== :''Party slot'' :...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
* Opcode: '''0x070'''
 
* Opcode: '''0x070'''
 
* Short name: '''PGETINFO'''
 
* Short name: '''PGETINFO'''
 
* Long name: Get Party Member Worldspace Coordinates?
 
* Long name: Get Party Member Worldspace Coordinates?
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Party slot''
+
 
:'''PGETINFO'''
+
: ''Party slot''
 +
: '''PGETINFO'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Pushes the given party member's X position into temp variable 0, Y position into temp variable 1, (and maybe z? facing?).
 
Pushes the given party member's X position into temp variable 0, Y position into temp variable 1, (and maybe z? facing?).
  
 
Temp variables can be accessed with PSHI_L.
 
Temp variables can be accessed with PSHI_L.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x070
  • Short name: PGETINFO
  • Long name: Get Party Member Worldspace Coordinates?

Argument

none

Stack

Party slot
PGETINFO

Description

Pushes the given party member's X position into temp variable 0, Y position into temp variable 1, (and maybe z? facing?).

Temp variables can be accessed with PSHI_L.