Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/C5 TALKR

882 bytes added, 21:35, 12 December 2006
no edit summary
* Opcode: '''0xC5'''
* Short name: '''TALKR'''
* Long name: Talk Range

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xC6
! width="40" | ''B''
! width="40" | ''T''
|}

==== Arguments ====

* '''const UByte''' ''B'': Bank to retrieve ''T'', or zero if ''T'' is specified as a literal value.
* '''const UByte''' ''T'': Range value.

==== Description ====

Increases the talk range (or rather, button range) for this field object. Larger values mean that the distance between the playable character and the field object in question is increased, so that the button press script for the object's field entity is activated by a button press that is further away than normal.

For ranges larger than one byte, [[http://wiki.qhimm.com/FF7/Field/Script/Opcodes/D6_TLKR2|TLKR2]] may be used.