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.

Star Wars: The Empire Strikes Back (NES)/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{| border="1" cellpadding="1"
{| border="1" cellpadding="1"
|'''Address'''  || '''Description'''
|'''Address'''  || '''Description''' || '''Notes'''
|-
|-
|$0006||PAD1 input: All buttons held
|$0006||PAD1 input: All buttons held||
|-
|-
|$0007||PAD1 input: New button presses
|$0007||PAD1 input: New button presses||
|-
|-
|$00C9||Tauntaun's health (Stage 1)
|$00BE||Stage #||
|-
|-
|$00CA||Luke's health
|$00C9||Tauntaun's health (Stage 1)||
|-
|-
|$0502||Continues
|$00CA||Luke's health meter||
|-
|-
|$051E||High jump timer
|$00CB||Luke's force meter||
|-
|-
|$0545||# of cables (Stage 2)
|$00D6||Lightsaber flag||
* 0x00 = None
* 0xFF = Lightsaber obtained
|-
|$0502||Continues||
|-
|$051E||High jump timer||
|-
|$0536||Force powers||
* 0x01 = High jump
* 0x02 = Fast run
* 0x04 = Levitate
* 0x08 = Reflect shots
* 0x10 = Enhance Lightsaber
* 0x20 = Enhance Blaster
* 0x40 = Graphic Eye
* 0x80 = Restore health
|-
|$0545||# of harpoons (Stage 2)||
|}
|}
{{Internal Data}}

Latest revision as of 14:33, 24 January 2024

Chip tiny.png The following article is a RAM map for Star Wars: The Empire Strikes Back (NES).

Address Description Notes
$0006 PAD1 input: All buttons held
$0007 PAD1 input: New button presses
$00BE Stage #
$00C9 Tauntaun's health (Stage 1)
$00CA Luke's health meter
$00CB Luke's force meter
$00D6 Lightsaber flag
  • 0x00 = None
  • 0xFF = Lightsaber obtained
$0502 Continues
$051E High jump timer
$0536 Force powers
  • 0x01 = High jump
  • 0x02 = Fast run
  • 0x04 = Levitate
  • 0x08 = Reflect shots
  • 0x10 = Enhance Lightsaber
  • 0x20 = Enhance Blaster
  • 0x40 = Graphic Eye
  • 0x80 = Restore health
$0545 # of harpoons (Stage 2)