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.

Arkanoid (NES)/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{rammap|game=Arkanoid}}
{{rammap|game=Arkanoid}}
<br>
 
{| border="1" cellpadding="1"  
This data is relevant to '''Arkanoid (J) [!]''' and may not be correct for [[Arkanoid#Known Dumps|other dumps]].
|'''RAM'''  || '''Function''' || '''Details'''
 
==Table==
 
{| 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'''  || '''Information'''
|-
|-
| 0x0000 || Player 1 button state ||
|0x0145      || Brick hit flag
* 0 - the ball did not hit a brick in current frame
* 1 - the ball did hit a brick in current frame
|-
|-
| 0x0036 || Ball position: X ||
|0x008C      || Current power up id
* 0 - Nothing
* 1 - Slow ball
* 2 - Sticky ball
* 3 - Enlarge paddle
* 4 - Multi ball
* 5 - Laser
* 6 - Early exit
* 7 - Extra life
|-
|-
| 0x0036 || Ball position: Y ||
|0x0100 || Global speed for ball
|-
| 0x0062 || Number of strikes ||
|-
| 0x0064 || Number of outs ||
|-
| 0x0067 || Points Team #2 ||
|-
| 0x0068 || Points Team #1 ||
|-
| 0x0071 || Ball speed ||
|-
| 0x007E || Ready to pitch || 1 == Yes
|-
|-
|0x0102 || No of bricks broken
|}
|}
<br>
 
{{stub}}
{{Internal Data|game=Arkanoid}}

Latest revision as of 20:29, 28 January 2024

Chip tiny.png The following article is a RAM map for Arkanoid (NES).

This data is relevant to Arkanoid (J) [!] and may not be correct for other dumps.

Table

RAM Information
0x0145 Brick hit flag
  • 0 - the ball did not hit a brick in current frame
  • 1 - the ball did hit a brick in current frame
0x008C Current power up id
  • 0 - Nothing
  • 1 - Slow ball
  • 2 - Sticky ball
  • 3 - Enlarge paddle
  • 4 - Multi ball
  • 5 - Laser
  • 6 - Early exit
  • 7 - Extra life
0x0100 Global speed for ball
0x0102 No of bricks broken