Difference between revisions of "FF8/Field/Script/Opcodes/176 UNKNOWN11"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x176''' * Short name: '''UNKNOWN11''' * Long name: (?) ==== Argument ==== none ==== Stack ==== :''?'' :''?'' :'''UNKNOWN11''' ==== Description ==== Unknown w...")
 
my_wiki>Shard
Line 8: Line 8:
 
==== Stack ====
 
==== Stack ====
 
:''?''
 
:''?''
:''?''
+
:''Frames''
 
:'''UNKNOWN11'''
 
:'''UNKNOWN11'''
  
 
==== Description ====
 
==== Description ====
  
Unknown what this does, but whatever it is, calling [[FF8/Field/Script/Opcodes/177 UNKNOWN12|UNKNOWN12]] ends it.
+
This is some kind of weird wait command. [[FF8/Field/Script/Opcodes/177 UNKNOWN12|UNKNOWN12]] is probably the waitsync for it. The second parameter is definitely a frame count, but I have no ides what the first parameter is (it's usually 0).
 
 
The first parameter seems to be a party member ID and the second is a frame count. Maybe it's some kind of single entity wait command?
 

Revision as of 18:39, 27 May 2014

  • Opcode: 0x176
  • Short name: UNKNOWN11
  • Long name: (?)

Argument

none

Stack

?
Frames
UNKNOWN11

Description

This is some kind of weird wait command. UNKNOWN12 is probably the waitsync for it. The second parameter is definitely a frame count, but I have no ides what the first parameter is (it's usually 0).