Difference between revisions of "FF7/Field/Script/Opcodes/0E DSKCG"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
my_wiki>Synergy Blades
m
Line 14: Line 14:
 
==== Description ====
 
==== Description ====
  
Shows the Disk Change screen. The current script is halted until the correct disk is inserted, as specified by its only argument. When the correct disk is inserted, the field fades back into view and execution continues as normal. If the disk is subsequently ejected on this field, the field is instantly hidden, and a one-line dialog box is shown asking the user to re-insert the disk where it again waits for the disk to be inserted.
+
Shows the Disk Change screen if the current disk in the drive does not match the argument given. The current script is halted until the correct disk is inserted. When the correct disk is inserted, the field fades back into view and execution continues as normal. If the disk is subsequently ejected on this field, the field is instantly hidden, and a one-line dialog box is shown asking the user to re-insert the disk where it again waits for the disk to be inserted.
  
 
If a disk number outside the range 1 to 4 is specified, an image will show, as with normal disk change screens, but no text will display to identify which disk to insert.
 
If a disk number outside the range 1 to 4 is specified, an image will show, as with normal disk change screens, but no text will display to identify which disk to insert.

Revision as of 02:10, 18 August 2006

  • Opcode: 0x0E
  • Short name: DSKCG
  • Long name: Disk Change Screen

Memory layout

0x0E D

Arguments

  • const UByte E: Disk number.

Description

Shows the Disk Change screen if the current disk in the drive does not match the argument given. The current script is halted until the correct disk is inserted. When the correct disk is inserted, the field fades back into view and execution continues as normal. If the disk is subsequently ejected on this field, the field is instantly hidden, and a one-line dialog box is shown asking the user to re-insert the disk where it again waits for the disk to be inserted.

If a disk number outside the range 1 to 4 is specified, an image will show, as with normal disk change screens, but no text will display to identify which disk to insert.