Difference between revisions of "FF7/Field/Script/Opcodes/F8 PMVIE"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Synergy Blades
Qhimm>Synergy Blades
Line 15: Line 15:
==== Description ====
==== Description ====


Sets the movie file that will be played at a future point in the script by [[FF7/Field/Script/Opcodes/F9 MOVIE|MOVIE]]. The valid range for movie files in FF7 is from 0 to 32.
Sets the movie file that will be played at a future point in the script by [[FF7/Field/Script/Opcodes/F9 MOVIE|MOVIE]]. The valid range for movie files in FF7 is from 0 to 0x32.

Revision as of 01:48, 15 September 2006

  • Opcode: 0xF8
  • Short name: PMVIE
  • Long name: Set Movie

Memory layout

0xF8 M

Arguments

  • const UByte M: Movie ID to set.

Description

Sets the movie file that will be played at a future point in the script by MOVIE. The valid range for movie files in FF7 is from 0 to 0x32.