If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Text Table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
==See Also== | ==See Also== | ||
[[:Category:TBL Files]] - All .TBL files are in this category. Place <nowiki>{{</nowiki>[[:Template:TBL|TBL]]|game=''game name''<nowiki>}}</nowiki> at the top of all such pages. | * [[:Category: TBL Files]] - All .TBL files are in this category. Place <nowiki>{{</nowiki>[[:Template:TBL|TBL]]|game=''game name''<nowiki>}}</nowiki> at the top of all such pages. | ||
==External Links== | ==External Links== |
Revision as of 19:30, 6 June 2009
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.
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)