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.
Mother 3/BXT block: Difference between revisions
< Mother 3
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).