EditBGSound

From Final Fantasy Hacktics Wiki
(Redirected from Event Instruction 6A)
Jump to navigation Jump to search

{6A} EditBGSound

EditBGSound(xSD,+ECH,+VOL,x00,xWT)

Edits a currently playing Background sound.


See Also: {21} SoundEffect{22} SwitchTrack{6B} BGSound


Sound ID : Byte (hex)

Plays the background sound from a list (*=loop/continous):


Echo : Byte (signed)

Strength and duration of the echo effect.


Volume : Byte (signed)

Volume based on original level of the sound.


Unknown 1 : Byte (hex)

  • x00 = Sharp ending?
  • x01 = Smoother ending?


Wait Time : Byte (unsigned)

Doesn't seem to have an effect on how long the command takes to work. However, seems to set up some sort of wait time afterwards; putting these commands right before CallFunction(x06) (Save Menu) with this byte set to xFF causes a long wait before the menu can appear.