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.

Bomberman (NES)/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Started page with Title Screen Cursor, Buttons Pressed, Bomberman Frame/Flip, Explosion, Max Bombs, and Remote Boolean.)
 
No edit summary
Line 23: Line 23:
|-
|-
|0x002D || Bomberman horizontal flip ||
|0x002D || Bomberman horizontal flip ||
|-
|0x0058 || Level || Default value is 01 (Values: 01-32 hexadecimal)
|-
|-
|0x005F || Title Screen Cursor || $00 = Start, $01 = Continue
|0x005F || Title Screen Cursor || $00 = Start, $01 = Continue
|-
|0x0068 || Lives || Default value is 02
|-
|-
|0x0073 || Explosion Radius || The high nybble contains this value. The low nybble is useless/unknown.
|0x0073 || Explosion Radius || The high nybble contains this value. The low nybble is useless/unknown.
Line 31: Line 35:
|-
|-
|0x0077 || Remote Detonation Boolean || If >= 1 then True. Doesn't show graphically.
|0x0077 || Remote Detonation Boolean || If >= 1 then True. Doesn't show graphically.
|-
|0x0093 || Time || Default value is C8
|-
|-
|}
|}

Revision as of 23:11, 5 August 2009

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


RAM Function Details
0x0010 Buttons Pressed Uses binary processing. Here are the values:
Value Button Value Button
*1 Right 1* Start
*2 Left 2* Select
*4 Down 4* B
*8 Up 8* A
0x002C Bomberman's current frame
0x002D Bomberman horizontal flip
0x0058 Level Default value is 01 (Values: 01-32 hexadecimal)
0x005F Title Screen Cursor $00 = Start, $01 = Continue
0x0068 Lives Default value is 02
0x0073 Explosion Radius The high nybble contains this value. The low nybble is useless/unknown.
0x0074 Maximum Amount of Bombs
0x0077 Remote Detonation Boolean If >= 1 then True. Doesn't show graphically.
0x0093 Time Default value is C8


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?