Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Talk:Final Fantasy V:TBL: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "==Characters== 40 and 41 are not used (ti or tsu, not sure). ==Pointers== 00 - Endstring, wait for response. 01 - Linebreak, 4 at most per message, waiting for a response to ...")
 
Line 3: Line 3:


==Pointers==
==Pointers==
<pre>
00 - Endstring, wait for response.
00 - Endstring, wait for response.
01 - Linebreak, 4 at most per message, waiting for a response to clean the box and keep going.
01 - Linebreak, 4 at most per message, waiting for a response to clean the box and keep going.
Line 10: Line 11:
10, 11, 12 - Common variables.
10, 11, 12 - Common variables.
17 - Pause, later byte tells how many time it takes.
17 - Pause, later byte tells how many time it takes.
</pre>

Revision as of 01:50, 8 December 2013

Characters

40 and 41 are not used (ti or tsu, not sure).

Pointers

00 - Endstring, wait for response.
01 - Linebreak, 4 at most per message, waiting for a response to clean the box and keep going.
08, 09, and 0A - tabulation, range according to characters' names.
0C - Pause with one byte.
0F - Automagically closes the box.
10, 11, 12 - Common variables.
17 - Pause, later byte tells how many time it takes.