Changes
From Final Fantasy Inside
no edit summary
* Opcode: '''0xFE'''
* Short name: '''CHMST'''
* Long name: Check Music
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xFE
! width="40" | ''B''
! width="40" | ''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.
* Short name: '''CHMST'''
* Long name: Check Music
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xFE
! width="40" | ''B''
! width="40" | ''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.