Difference between revisions of "FF8/Field/Script/Opcodes/0B5 MUSICLOAD"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Shard
(Created page with "__NOTOC__ * Opcode: '''0x0B5''' * Short name: '''MUSICLOAD''' * Long name: Load Music ==== Argument ==== none ==== Stack ==== :''Music Track'' :'''MUSICLOAD''' ==== Descr...")
 
ffrtt>BukTop
m (3 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
* Opcode: '''0x0B5'''
* Opcode: '''0x0B5'''
* Short name: '''MUSICLOAD'''
* Short name: '''MUSICLOAD'''
* Long name: Load Music
* Long name: Load Music


==== Argument ====
==== Argument ====


none
none


==== Stack ====
==== Stack ====


:''Music Track''
: ''Music Track''
:'''MUSICLOAD'''
: '''MUSICLOAD'''


==== Description ====
==== Description ====


Preloads a new field music track. You can start the new track by calling [[FF8/Field/Script/Opcodes/0B4 MUSICCHANGE|MUSICCHANGE]].
Preloads a new field music track. You can start the new track by calling [[FF8/Field/Script/Opcodes/0B4_MUSICCHANGE|MUSICCHANGE]].

Latest revision as of 04:24, 23 May 2019

  • Opcode: 0x0B5
  • Short name: MUSICLOAD
  • Long name: Load Music

Argument

none

Stack

Music Track
MUSICLOAD

Description

Preloads a new field music track. You can start the new track by calling MUSICCHANGE.