Difference between revisions of "FF8/Field/Script/Opcodes/0BD EFFECTLOAD"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x0BD''' * Short name: '''EFFECTLOAD''' * Long name: Play Ambient Sound Loop ==== Argument ==== none ==== Stack ==== :''Effect ID'' :'''EFFECTLOAD''' ==== Des...")
 
my_wiki>Shard
m (Description)
Line 13: Line 13:
 
==== Description ====
 
==== Description ====
 
Start playing a background looping sound effect. Sound effect IDs follow no pattern I can see from the FMT file.
 
Start playing a background looping sound effect. Sound effect IDs follow no pattern I can see from the FMT file.
 +
Test data
 +
5 = Train
 +
10 = Lava cavern
 +
  
 
[[Category:Unfinished FF8 Opcodes]]
 
[[Category:Unfinished FF8 Opcodes]]

Revision as of 08:53, 24 March 2015

  • Opcode: 0x0BD
  • Short name: EFFECTLOAD
  • Long name: Play Ambient Sound Loop

Argument

none

Stack

Effect ID
EFFECTLOAD

Description

Start playing a background looping sound effect. Sound effect IDs follow no pattern I can see from the FMT file. Test data 5 = Train 10 = Lava cavern