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

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
m (Description)
my_wiki>Synergy Blades
m (Description: then again)
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 0x32.
+
Sets the movie file that will be played at a future point in the script by [[FF7/Field/Script/Opcodes/F9 MOVIE|MOVIE]].

Revision as of 02:49, 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.