Changes

Jump to navigation Jump to search

FF7/Field/Script/Opcodes/F6 BMUSC

825 bytes added, 06:11, 9 September 2006
no edit summary
* Opcode: '''0xF6'''
* Short name: '''BMUSC'''
* Long name: Battle Music

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xF6
! width="80" | ''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 when the next [[FF7/Field/Script/Opcodes/70 BATTLE|BATTLE]] is issued. 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, or even switched between in the script.

Navigation menu