Mother 3/BXT block: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "==Overview== BXT blocks contain text data. ==Format== * <tt>00-03 (04)</tt> = "bxt " header * <tt>04-07 (04)</tt> = Unknown * <tt>08-0B (04)</tt> = Number of entries * <tt>0C...")
(No difference)

Revision as of 20:47, 15 July 2013

Overview

BXT blocks contain text data.

Format

  • 00-03 (04) = "bxt " header
  • 04-07 (04) = Unknown
  • 08-0B (04) = Number of entries
  • 0C-.. (..) = Offset table; typically terminated with 0x0
  • ..-.. (..) = Standard MOTHER 3 text data
  • ..-.. (04) = "~bxt" footer

Offset table

There is a 16-bit unsigned offset for each entry. It is relative to the start of the BXT block (including the header).