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.

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...")
 
m (Xkeeper moved page MOTHER 3:BXT block to MOTHER 3/BXT block: normalize subpages and titles)
(No difference)

Revision as of 02:42, 24 January 2024

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).