Difference between revisions of "FF8/Field/Script/Opcodes/06A BATTLERESULT"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Shard
(Created page with "__NOTOC__ * Opcode: '''0x06A''' * Short name: '''BATTLERESULT''' * Long name: Show battle result screen ==== Argument ==== none ==== Stack ==== none ==== Description ====...")
ffrtt>BukTop
m (4 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
* Opcode: '''0x06A'''
* Opcode: '''0x06A'''
* Short name: '''BATTLERESULT'''
* Short name: '''BATTLERESULT'''
* Long name: Show battle result screen
* Long name: Get Battle Result


==== Argument ====
==== Argument ====


none
none


==== Stack ====
==== Stack ====


none
none


==== Description ====
==== Description ====


Using [[FF8/Field/Script/Opcodes/0AA_FADEBLACK|FADEBLACK]] directly after a [[FF8/Field/Script/Opcodes/069_BATTLE|BATTLE]] call puts the victory screen on hold until BATTLERESULT is called later in the script.
Pushes the results of the last battle into temp variable 0.

Latest revision as of 04:24, 23 May 2019

  • Opcode: 0x06A
  • Short name: BATTLERESULT
  • Long name: Get Battle Result

Argument

none

Stack

none

Description

Pushes the results of the last battle into temp variable 0.