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
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{subpage|game=Mother 3}}
==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|USE block]]
[[Category:Mother 3 named data structures|USE]]
[[Category:Mother 3|USE]]

Latest revision as of 02:21, 20 May 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)