Difference between revisions of "FF8/Field/Script/Opcodes/178 UNKNOWN13"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Description)
my_wiki>Shard
Line 13: Line 13:
  
 
==== Description ====
 
==== Description ====
Checks some condition, then pushes 0 or 1 into temporary variable 0.
+
Used in Galbadian Missile Base when pushing the launcher into its bay. It's supposed to control which channel the pushing sound plays through. However, it doesn't seem to actually do anything.
 
 
Used in Galbadian Missile Base when pushing the launcher into its bay. It controls which channel the pushing sound plays through.
 
 
 
My guess is it returns 0 if a sound channel isn't currently playing a sound.
 

Revision as of 22:19, 2 April 2015

  • Opcode: 0x178
  • Short name: UNKNOWN13
  • Long name: Sound channel available?

Argument

none

Stack

Sound channel?
UNKNOWN13

Description

Used in Galbadian Missile Base when pushing the launcher into its bay. It's supposed to control which channel the pushing sound plays through. However, it doesn't seem to actually do anything.