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
m (Lelegofrog moved page MOTHER 3/BXT block to Mother 3/BXT block: title consistency with TCRF)
mNo edit summary
 
Line 8: Line 8:
* <tt>08-0B (04)</tt> = Number of entries
* <tt>08-0B (04)</tt> = Number of entries
* <tt>0C-.. (..)</tt> = Offset table; typically terminated with 0x0
* <tt>0C-.. (..)</tt> = Offset table; typically terminated with 0x0
* <tt>..-.. (..)</tt> = [[MOTHER 3:Text data#Standard|Standard MOTHER 3 text data]]
* <tt>..-.. (..)</tt> = [[Mother 3/Text data#Standard|Standard MOTHER 3 text data]]
* <tt>..-.. (04)</tt> = "~bxt" footer
* <tt>..-.. (04)</tt> = "~bxt" footer


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


[[Category:MOTHER 3 named data structures|BXT]]
[[Category:Mother 3 named data structures|BXT]]
[[Category:MOTHER 3|BXT]]
[[Category:Mother 3|BXT]]

Latest revision as of 02:16, 20 May 2024

This is a sub-page of Mother 3.

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