Difference between revisions of "FF7/Field/Script/Opcodes/FF GAMEOVER"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
(GAMEOVER)
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
==== Memory layout ====
 
==== Memory layout ====
 
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
 
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x00
+
! width="40" | 0xFF
 
|}
 
|}
  

Latest revision as of 05:19, 23 May 2019

  • Opcode: 0xFF
  • Short name: GAMEOVER
  • Long name: Game over

Memory layout

0xFF

Arguments

None.

Description

Instantaneously ends the current game, displaying the 'Game Over' screen; subsequent script commands are not executed. As per a normal game over, after the user presses [OK], the game returns to the main start menu.