Skip to content
github-actions[bot] edited this page Sep 21, 2026 · 5 revisions

mapchar

A cross-platform text viewer and editor for romhacking. It finds the text in a ROM, decodes it through table files, lets you edit it beside the original, and writes it back in place.

  • Getting Started: a first project, from opening a ROM to writing translated text back. It uses Mortal Kombat II for the Game Boy.
  • Relative Search: how to find text when you have no table yet, and how to build a table from a result.
  • Advanced Pointers: pointers inside code, one pointer that reaches several strings, and pointers into length-prefixed records. It uses the same ROM.