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/Named data structures: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Lelegofrog moved page MOTHER 3/Named data structures to Mother 3/Named data structures: title consistency with TCRF)
mNo edit summary
 
Line 1: Line 1:
{{subpage|game=MOTHER 3}}
{{subpage|game=Mother 3}}


==Overview==
==Overview==
MOTHER 3 uses a number of named data structures to organize data in both ROM and RAM. They can be identified by a four-letter ASCII header, and in most cases a corresponding footer. Shown below is a list of known structures:
MOTHER 3 uses a number of named data structures to organize data in both ROM and RAM. They can be identified by a four-letter ASCII header, and in most cases a corresponding footer. Shown below is a list of known structures:


* [[MOTHER_3:BG_block|BG block]]
* [[Mother 3/BG block|BG block]]
* [[MOTHER_3:BXT_block|BXT block]]
* [[Mother 3/BXT block|BXT block]]
* [[MOTHER_3:CCG_block|CCG block]]
* [[Mother 3/CCG block|CCG block]]
* [[MOTHER_3:CCL_block|CCL block]]
* [[Mother 3/CCL block|CCL block]]
* [[MOTHER_3:EFC block|EFC block]]
* [[Mother 3/EFC block|EFC block]]
* [[MOTHER_3:RAS_block|RAS block]]
* [[Mother 3/RAS block|RAS block]]
* [[MOTHER_3:SAR_block|SAR block]]
* [[Mother 3/SAR block|SAR block]]
* [[MOTHER_3:SOB_block|SOB block]]
* [[Mother 3/SOB block|SOB block]]
* [[MOTHER_3:USE_block|USE block]]
* [[Mother 3/USE block|USE block]]


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

Latest revision as of 02:18, 20 May 2024

This is a sub-page of Mother 3.

Overview

MOTHER 3 uses a number of named data structures to organize data in both ROM and RAM. They can be identified by a four-letter ASCII header, and in most cases a corresponding footer. Shown below is a list of known structures: