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.

Super Mario Advance/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Xkeeper moved page Super Mario Advance:RAM map to Super Mario Advance/RAM map: normalize subpages and titles)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{rammap|game=Super Mario Advance}}
{{rammap|game=Super Mario Advance}}
Addresses are for USA/Europe version, but an equivalent or similar address exists in the Japan version.
Addresses are for USA/Europe version, but an equivalent or similar address exists in the Japan version.
{| border="1" align="center" cellpadding="4" cellspacing="0" style="margin: 0 0 1em 1em; background: #f7f8ff; border: 1px #8888cc solid; border-collapse: collapse; font-size: 95%"
 
|- style=background:#ccccff
== RAM Map ==
!'''RAM''' || '''Information'''
Address  Size    Description
|-
-------- ----    -----------
|030019B0 || Mode (not used when multiplayer has started)
  03001161    1    Lives count
* 00 "Erase all save data" screen
030019B0   1    Mode (not used when multiplayer has started)
* 01 Mario Bros. Classic multiplayer connection screen
                  * 00 "Erase all save data" screen
* 02 Intro/Title/Choose a Game/Choose a File
                  * 01 Mario Bros. Classic multiplayer connection screen
* 03 Choose a Player/Level intro/Level
                  * 02 Intro/Title/Choose a Game/Choose a File
* 04 Single-player Mario Bros. Classic
                  * 03 Choose a Player/Level intro/Level
|}
                  * 04 Single-player Mario Bros. Classic
03001A07    1    Coin count
03001A26    1    Number of cherries collected, resets when 5 cherries are collected
03001C35    1    Ace Coin count (HUD)
03001C36    1    Ace Coin count(?)
03001C37    1    Yoshi Egg count (Yoshi Challenge)
03001C70    1    Current character
                  * 00 - Mario
                  * 01 - Peach
                  * 02 - Toad
                  * 03 - Luigi
03001C71    1    "Is in air" flag
03001C74    1    "Is holding item" flag
03001C76    1    Health count
03001C77    1    Health count (HUD)
03001C7B    1    Frozen timer
03001C7D    1    Flashing invulnerability timer
03001C7E    1    Timer for Peach's float, resets to 30 each jump, counts down to 00 while A is held
03001C7F    1    Timer for charged jump, counts up to 3C while down is held
03001C88    1    Star timer
03001CAC    1    Stopwatch timer
 
{{Internal Data}}

Latest revision as of 16:39, 8 February 2024

Chip tiny.png The following article is a RAM map for Super Mario Advance.

Addresses are for USA/Europe version, but an equivalent or similar address exists in the Japan version.

RAM Map

Address  Size    Description
-------- ----    -----------
03001161    1    Lives count
030019B0    1    Mode (not used when multiplayer has started)
                 * 00 "Erase all save data" screen
                 * 01 Mario Bros. Classic multiplayer connection screen
                 * 02 Intro/Title/Choose a Game/Choose a File
                 * 03 Choose a Player/Level intro/Level
                 * 04 Single-player Mario Bros. Classic
03001A07    1    Coin count
03001A26    1    Number of cherries collected, resets when 5 cherries are collected
03001C35    1    Ace Coin count (HUD)
03001C36    1    Ace Coin count(?)
03001C37    1    Yoshi Egg count (Yoshi Challenge)
03001C70    1    Current character
                 * 00 - Mario
                 * 01 - Peach
                 * 02 - Toad
                 * 03 - Luigi
03001C71    1    "Is in air" flag
03001C74    1    "Is holding item" flag
03001C76    1    Health count
03001C77    1    Health count (HUD)
03001C7B    1    Frozen timer
03001C7D    1    Flashing invulnerability timer
03001C7E    1    Timer for Peach's float, resets to 30 each jump, counts down to 00 while A is held
03001C7F    1    Timer for charged jump, counts up to 3C while down is held
03001C88    1    Star timer
03001CAC    1    Stopwatch timer