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
mNo edit summary
m (Xkeeper moved page MOTHER 3:USE block to MOTHER 3/USE block: normalize subpages and titles)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpage|game=MOTHER 3:Named data structures}}
==Overview==
==Overview==
USE blocks are known to hold small amounts of data in RAM. It does not have a footer.
USE blocks are known to hold small amounts of data in RAM. It does not have a footer.
Line 6: Line 7:
* <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]]
[[Category:MOTHER 3 named data structures|USE]]
[[Category:MOTHER 3|USE]]

Latest revision as of 02:42, 24 January 2024

This is a sub-page of MOTHER 3.

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)