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
Lelegofrog (talk | contribs) m (Lelegofrog moved page MOTHER 3/BXT block to Mother 3/BXT block: title consistency with TCRF) |
Lelegofrog (talk | contribs) 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> = [[ | * <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: | [[Category:Mother 3 named data structures|BXT]] | ||
[[Category: | [[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).