Difference between revisions of "FF7/Field/Script/Opcodes/FA MVIEF"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
==== Description ====
 
==== Description ====
  
Stores the frame number of the current [[http://wiki.qhimm.com/FF7/Field/Script/Opcodes/F9_MOVIE|MOVIE]] that is being displayed, in the bank and address specified.
+
Stores the frame number of the current [[FF7/Field/Script/Opcodes/F9_MOVIE|MOVIE]] that is being displayed, in the bank and address specified.

Latest revision as of 05:19, 23 May 2019

  • Opcode: 0xFA
  • Short name: MVIEF
  • Long name: Movie Frame

Memory layout

0xFA B A

Arguments

  • const UByte B: Bank to store result; should be a 16-bit bank.
  • const UByte A: Address to store result.

Description

Stores the frame number of the current MOVIE that is being displayed, in the bank and address specified.