Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/F3 MUSVT

827 bytes added, 12:54, 28 August 2020
Created page with "* Opcode: '''0xF3''' * Short name: '''MUSVT''' * Long name: Music Video Tape Segment ==== Memory layout ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px..."
* Opcode: '''0xF3'''
* Short name: '''MUSVT'''
* Long name: Music Video Tape Segment

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | ''id''
|}

==== Arguments ====
* '''const UByte''' ''id'': Integer referencing the music file reference as loaded in the field scripts.

==== Description ====

Pauses current music. Plays the music file as referenced in the AKAO segment of the flevel field script. Subsequent replaying of the main field music is does by checking if the MUSVT is still playing (CHMST) and then unpause (with a slight volume fade in) through the MUSIC op code.

Example use: Junon Locker room when practicing for the march, and Cloud does his special move, the fanfare music comes on, then normal music is resumed.
50
edits