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.

Text Table

From Data Crystal
Jump to navigation Jump to search

A Text Table or .TBL file describes to a hex editor how to convert a ROM's text format into readable text. Each line is in the format HEX=string. For example, E1=H means the byte 0xE1 means uppercase H and 1502= that  means the byte 0x15 followed by the byte 0x02 means the word "that" with spaces on either side. *HEX indicates that HEX is the newline sequence. (HEXh)Title determines bookmarks. You need the h after the hexidecimal address for it to be read as hex. Blank lines are ignored.

So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?

See Also

  • Category: TBL Files - All .TBL files are in this category. Place {{TBL|game=game name}} at the top of all such pages.

External Links

Table File node on Everything2 (includes an example)