create and edit tbl files for rom translation · hex to char mappings · import and export · rom string preview · runs locally
or build from scratch below
no mappings yet — import a .tbl or add entries above
build a table first, then drop a rom to preview decoded strings
One mapping per line: HH=char where HH is a two-digit hex byte value (00–FF).
Lines starting with / or # are treated as comments.
Example:
00=
41=A
42=B
FE={newline}
FF={end}Used by: Atlas, Cartographer, TranslHexTool, RomHack, and most fan translation toolchains.