<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ffrtt.ru/index.php?action=history&amp;feed=atom&amp;title=FF7%2FField%2FScript%2FOpcodes%2FA1_CHAR</id>
	<title>FF7/Field/Script/Opcodes/A1 CHAR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ffrtt.ru/index.php?action=history&amp;feed=atom&amp;title=FF7%2FField%2FScript%2FOpcodes%2FA1_CHAR"/>
	<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;action=history"/>
	<updated>2026-08-04T06:48:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1627&amp;oldid=prev</id>
		<title>BukTop: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1627&amp;oldid=prev"/>
		<updated>2019-05-23T02:18:23Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 02:18, 23 May 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BukTop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1626&amp;oldid=prev</id>
		<title>my_wiki&gt;BukTop: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1626&amp;oldid=prev"/>
		<updated>2018-04-04T09:34:42Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 09:34, 4 April 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>my_wiki&gt;BukTop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1625&amp;oldid=prev</id>
		<title>my_wiki&gt;Synergy Blades: CHAR</title>
		<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF7/Field/Script/Opcodes/A1_CHAR&amp;diff=1625&amp;oldid=prev"/>
		<updated>2006-08-02T00:55:02Z</updated>

		<summary type="html">&lt;p&gt;CHAR&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Opcode: '''0xA1'''&lt;br /&gt;
* Short name: '''CHAR'''&lt;br /&gt;
* Long name: Character definition&lt;br /&gt;
&lt;br /&gt;
==== Memory layout ====&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot; style=&amp;quot;border: 1px solid black; border-collapse: collapse;&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | 0xA1&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | ''N''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Arguments ====&lt;br /&gt;
* '''const UByte''' ''N'': Character ID.&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
Defines a character, or rather, a visible entity. This means that the entity executing this opcode can be associated with a field object, and thus displayed on the walkmesh, as defined in [[/FF7/Field/Object_Loader|Section 3]].&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
Note that the character ID does ''not'' provide an index into the field object array as you might expect. Infact, the field object that this CHARacter will use is related solely to the position of this entity amongst the other visible entities in the set. For example, if you have the following entities and objects loaded:&lt;br /&gt;
&lt;br /&gt;
* Ent1 (Visible, CHAR (00))&lt;br /&gt;
* Ent2 (Visible, CHAR (01))&lt;br /&gt;
* Ent3 (Visible, CHAR (02))&lt;br /&gt;
* Ent4&lt;br /&gt;
* FObject1&lt;br /&gt;
* FObject2&lt;br /&gt;
* FObject3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ent1 will be associated with FObject 1, Ent2 with FObject 2, and Ent3 with FObject3. If you were to edit as such:&lt;br /&gt;
&lt;br /&gt;
* Ent1 (Visible, CHAR (60))&lt;br /&gt;
* Ent2 (Visible, CHAR (12))&lt;br /&gt;
* Ent3&lt;br /&gt;
* Ent4 (Visible, CHAR (FF))&lt;br /&gt;
* FObject1&lt;br /&gt;
* FObject2&lt;br /&gt;
* FObject3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ent1 will be associated with FObject 1, Ent2 with FObject 2, and Ent4 with FObject3. As you can see, the argument provides no information as to which object to use. Simply put, as each CHAR entity is read, the next sequential field object in the loader is assigned to it.&lt;/div&gt;</summary>
		<author><name>my_wiki&gt;Synergy Blades</name></author>
		
	</entry>
</feed>