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.

Talk:Super Mario Land:RAM map

From Data Crystal
Revision as of 07:05, 19 April 2015 by Greysondn (talk | contribs) (Dump data for public consumption)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Uncertain Addresses

As promised in the notes page proper, here's this.

Addr    Size    Description
----    ----    -----------
9807       1    Lives? - Ones
....    ....    ....
C0A0       4    Score? (Hex-encoded decimal)
C0AB       2    Camera X?
C0C0       4    High Score? (Hex-encoded decimal)
DA01       2    Timer? (Hex-encoded decimal)
....    ....    ....
E0A0       4    Score? (Hex-encoded decimal)
E0AB       2    Camera X?
E0C0       4    High Score? (Hex-encoded decimal)
FA01       2    Timer? (Hex-encoded decimal)

There appears to be a doubling of the HED values most of the time, as well as clear spaces in memory (as would be expected). There are also displayed defaults - for example, unused values for single digit decimal values seem to default to 44 when not in use for whatever reason.