If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Micro Mages/RAM map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
006F | 1 | Gamemode (#$00 -> normal, #$80 -> hard, #$C0 -> hell) | 006F | 1 | Gamemode (#$00 -> normal, #$80 -> hard, #$C0 -> hell) | ||
0072 | 1 | Number of Lives | 0072 | 1 | Number of Lives | ||
007F | 1 | Counter for open crates/chests. written as binary-coded decimal | |||
008C | 1 | Seagull (#$00 -> no, #$01 -> yes) | 008C | 1 | Seagull (#$00 -> no, #$01 -> yes) | ||
00BC | 1 | Current Level | 00BC | 1 | Current Level |
Revision as of 14:28, 7 May 2019
The following article is a RAM map for Micro Mages.
== GENERAL == ---------------------------------------------------------------------------------------------------- ADDRESSES | SIZE | DESCRIPTION ---------------------------------------------------------------------------------------------------- 0004 - 0007 | 4 | Selected Password (Title Screen) / Current Level Password 006F | 1 | Gamemode (#$00 -> normal, #$80 -> hard, #$C0 -> hell) 0072 | 1 | Number of Lives 007F | 1 | Counter for open crates/chests. written as binary-coded decimal 008C | 1 | Seagull (#$00 -> no, #$01 -> yes) 00BC | 1 | Current Level 00E5 | 1 | Controller 1 buttons pressed 00E6 | 1 | Controller 2 buttons pressed 00E7 | 1 | Controller 3 buttons pressed 00E8 | 1 | Controller 4 buttons pressed 0440 | 1 | Fairy: (#$01 -> no fairy, #$02 -> fairy) 04FF | 1 | Artifacts: | %0001 - 3rd Artifact | %0010 - 1st Artifact | %0100 - 2nd Artifact | %1000 - 4th Artifact
Internal Data for Micro Mages
| |
---|---|