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/USE block: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "==Overview== USE blocks are known to hold small amounts of data in RAM. It does not have a footer. ==Format== * <tt>00-03 (04)</tt> = "use " header * <tt>04-07 (04)</tt> = Nu...")
 
mNo edit summary
Line 5: Line 5:
* <tt>00-03 (04)</tt> = "use " header
* <tt>00-03 (04)</tt> = "use " header
* <tt>04-07 (04)</tt> = Number of bytes allocated (including header)
* <tt>04-07 (04)</tt> = Number of bytes allocated (including header)
[[Category:MOTHER 3 named data blocks]]

Revision as of 20:02, 15 July 2013

Overview

USE blocks are known to hold small amounts of data in RAM. It does not have a footer.

Format

  • 00-03 (04) = "use " header
  • 04-07 (04) = Number of bytes allocated (including header)