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.

Ms. Pac-Man (Atari Lynx)/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "{{rammap}} == RAM Map == Addr Size Description ---- ---- ----------- 0029 1 Demo mode flag 002C 1 Level set * 00 - Normal levels * 01 - Wide levels 0032 1 Number of dots eaten in level 0035 1 Current frame in death animation 0056 1 Ghost speed (Blinky) 0057 1 Ghost speed (Pinky) 0058 1 Ghost speed (Inky) 0059 1 Ghost speed (Clyde) 006C 1...")
 
(No difference)

Latest revision as of 07:08, 24 May 2024

Chip tiny.png The following article is a RAM map for Ms. Pac-Man (Atari Lynx).

RAM Map

Addr    Size    Description
----    ----    -----------
0029       1    Demo mode flag
002C       1    Level set
                * 00 - Normal levels
                * 01 - Wide levels
0032       1    Number of dots eaten in level
0035       1    Current frame in death animation
0056       1    Ghost speed (Blinky)
0057       1    Ghost speed (Pinky)
0058       1    Ghost speed (Inky)
0059       1    Ghost speed (Clyde)
006C       1    Current level number
0082       1    Ms. Pac-Man's current direction
                * 01 - Up
                * 02 - Left
                * 04 - Right
                * 08 - Down
009A       1    Show high score on title screen flag
009B       2    Timer until hiding high score on title screen
00A0       1    If set to 01, you can press Option 1 to skip levels
00CA       1    Lightning bolt in reserve flag
00CB       1    Lightning bolt timer
10C7       1    Ms. Pac-Man's current frame
10CA       1    Lives
1144       1    Amount of dots to be eaten to clear levels 1 & 2
1145       1    Amount of dots to be eaten to clear levels 3, 4 & 5
1146       1    Amount of dots to be eaten to clear levels 6, 7, 8 & 9
1147       1    Amount of dots to be eaten to clear levels 10 and above