Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/FC FMUSC

920 bytes added, 16:17, 28 August 2020
Created page with "* Opcode: '''0xFC''' * Short name: '''FMUSC''' * Long name: Field Music ==== Memory layout ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black;..."
* Opcode: '''0xFC'''
* Short name: '''FMUSC'''
* Long name: Field Music

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

==== Arguments ====

* '''const UByte''' ''I'': ID of the music file to play, as set in the field file.

==== Description ====

Sets the [[FF7/Field/Script/Opcodes/F0 MUSIC|MUSIC]] that will play after the next [[FF7/Field/Script/Opcodes/70 BATTLE|BATTLE]] has been issued and fought, this music (I) will be player when the player rejoins the field. As with the MUSIC opcode, the ID represents an offset into the list of music files that have been set by the field file. Hence, provided the field file has the correct music file(s) set, this opcode can be used to set regular or boss battle music for the current field's encounters, or even switched between in the script.
50
edits