Difference between revisions of "FF7/Field/Script/Opcodes/4B BTLTB"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Synergy Blades
m
Qhimm>Synergy Blades
m
Line 1: Line 1:
* Opcode: '''0x4B'''
* Opcode: '''0x4B'''
* Short name: '''BTLTB'''
* Short name: '''BTLTB'''
* Long name: Battle Type B
* Long name: Battle Table


==== Memory layout ====
==== Memory layout ====
Line 11: Line 11:
==== Arguments ====
==== Arguments ====


* '''const UByte''' ''I'': ID of the encounter data to use, either 0 (standard) or 1.
* '''const UByte''' ''I'': ID of the encounter table to use, either 0 (standard) or 1.


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


Switches between the two sets of encounter data that may exist in a field file, depending on the ID given.
Switches between the two sets of encounter data that may exist in a field file, depending on the ID given.

Revision as of 13:15, 10 October 2006

  • Opcode: 0x4B
  • Short name: BTLTB
  • Long name: Battle Table

Memory layout

0x4B I

Arguments

  • const UByte I: ID of the encounter table to use, either 0 (standard) or 1.

Description

Switches between the two sets of encounter data that may exist in a field file, depending on the ID given.