Difference between revisions of "FF7/Field/Script/Opcodes/0F SPECIAL/FB BTLCK"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes‎ | 0F SPECIAL
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
my_wiki>Synergy Blades
Line 1: Line 1:
 
* Opcode: '''0x0FFB'''
 
* Opcode: '''0x0FFB'''
* Short name: '''SPECIAL: BTLLK'''
+
* Short name: '''SPECIAL: BTLCK'''
 
* Long name: Special: Battle Lock
 
* Long name: Special: Battle Lock
  

Revision as of 16:26, 28 August 2007

  • Opcode: 0x0FFB
  • Short name: SPECIAL: BTLCK
  • Long name: Special: Battle Lock

Memory layout

0x0F 0xFB B
  • const UByte B: Battle lock on/off (1/0, respectively).

Description

Enables or disables the battle module; if battle lock is set to on (1), battles will not occur anywhere in the game (this has an unusual effect in the world map when it attempts to load the battle module). Battle lock off (0) returns encounters to normal.