Difference between revisions of "FF8/Field/Script/Opcodes/09D DISPTIMER"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x09D''' * Short name: '''DISPTIMER''' * Long name: Display countdown timer ==== Argument ==== none ==== Stack ==== :''X position'' :''Y position'' :'''DISPTIM...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Display countdown timer
 
* Long name: Display countdown timer
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''X position''
+
 
:''Y position''
+
: ''X position''
:'''DISPTIMER'''
+
: ''Y position''
 +
: '''DISPTIMER'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Display the countdown timer on the screen and start counting it down.
 
Display the countdown timer on the screen and start counting it down.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x09D
  • Short name: DISPTIMER
  • Long name: Display countdown timer

Argument

none

Stack

X position
Y position
DISPTIMER

Description

Display the countdown timer on the screen and start counting it down.