Difference between revisions of "FF8/Field/Script/Opcodes/0B5 MUSICLOAD"
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...") |
Qhimm>Albeoris (Created page with "* Opcode: '''0x0B5''' * Short name: '''MUSICLOAD''' * Long name: Load Music ==== Argument ==== none ==== Stack ==== : ''Music Track'' : '''MUSICLOAD''' ==== Descript...") |
||
Line 1: | Line 1: | ||
* 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/ | Preloads a new field music track. You can start the new track by calling [[FF8/Field/Script/Opcodes/0B4_MUSICCHANGE|MUSICCHANGE]]. |
Revision as of 14:32, 24 March 2018
- 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.