FF7/Field/Script/Opcodes/FE CHMST

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 05:19, 23 May 2019 by BukTop (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0xFE
  • Short name: CHMST
  • Long name: Check Music

Memory layout

0xFE B A

Arguments

  • const UByte B: Bank to store boolean.
  • const UByte A: Address to store boolean.

Description

Stores a boolean value (0 for false, 1 for true) in the bank and address specified, indicating whether music is currently playing.