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.

Micro Mages/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{rammap|game=Micro Mages}}
{{rammap|game=Micro Mages}}


==Table==
<pre>
 
                                              == GENERAL ==
{| 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
  ADDRESSES    |   SIZE  |                             DESCRIPTION
!'''RAM'''  || '''Information'''
----------------------------------------------------------------------------------------------------
|-
0004 - 0007    | 4        | Selected Password (Title Screen) / Current Level Password
|0x0004 - 0x0007      || Selected Password (Title Screen) / Current Level Password
0072            | 1        | Number of Lives
|-
008C            | 1        | Seagull (#$00 -> no, #$01 -> yes)
|0x0072      || Number of Lives
00BC            | 1        | Current Level
|-
0440            | 1        | Fairy: (#$01 -> no fairy, #$02 -> fairy)
|0x008C      || Seagull
04FF            | 1        | Artifacts:
|-
                          |  %0001 - 3rd Artifact  
|0x00BC      || Current Level
                          |  %0010 - 1st Artifact  
|-
                          |  %0100 - 2nd Artifact  
|0x0440      || Fairy
                          |  %1000 - 4th Artifact
* 01 - No Fairy
</pre>
* 02 - Has Fairy
|-
|0x04FF      || Artifacts
* %0001 - 3rd Artifact
* %0010 - 1st Artifact
* %0100 - 2nd Artifact
* %1000 - 4th Artifact
|}


{{Internal Data|game=Micro Mages}}
{{Internal Data|game=Micro Mages}}

Revision as of 17:03, 3 May 2019

Chip tiny.png The following article is a RAM map for Micro Mages.

                                              == GENERAL ==
----------------------------------------------------------------------------------------------------
   ADDRESSES    |   SIZE   |                              DESCRIPTION
----------------------------------------------------------------------------------------------------
0004 - 0007     | 4        | Selected Password (Title Screen) / Current Level Password
0072            | 1        | Number of Lives
008C            | 1        | Seagull (#$00 -> no, #$01 -> yes)
00BC            | 1        | Current Level
0440            | 1        | Fairy: (#$01 -> no fairy, #$02 -> fairy)
04FF            | 1        | Artifacts:
                           |   %0001 - 3rd Artifact 
                           |   %0010 - 1st Artifact 
                           |   %0100 - 2nd Artifact 
                           |   %1000 - 4th Artifact