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.

Dragon Dance/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Xkeeper moved page Dragon Dance:RAM map to Dragon Dance/RAM map: normalize subpages and titles)
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
  Address Size    Description
  Address Size    Description
  ------- ----    -----------
  ------- ----    -----------
  C81B    1    Ball speed
   C820    1    # of rebounds since last speed boost
   C820    1    # of rebounds since last speed boost
   CA2B    1    Boss Life
   CA2B    1    Boss Life
Line 9: Line 10:
   CA48    1    Number of digits entered
   CA48    1    Number of digits entered
   CA49    4    Password digits
   CA49    4    Password digits
==HRAM==
Address Size    Description
------- ----    -----------
  FF8C    1    Button being pressed
                  0x00 : None
                  0x01 : A
                  0x02 : B
                  0x04 : Select
                  0x08 : Start
                  0x10 : →
                  0x20 : ←
                  0x40 : ↑
                  0x80 : ↓
  FF8D    1    Button being recorded
{{Internal Data|game=Dragon Dance}}

Latest revision as of 02:41, 24 January 2024

Chip tiny.png The following article is a RAM map for Dragon Dance.

WRAM

Address Size    Description
------- ----    -----------
  C81B     1    Ball speed
  C820     1    # of rebounds since last speed boost
  CA2B     1    Boss Life
  CA45     2    Password entered
  CA48     1    Number of digits entered
  CA49     4    Password digits

HRAM

Address Size    Description
------- ----    -----------
  FF8C     1    Button being pressed
                 0x00 : None
                 0x01 : A
                 0x02 : B
                 0x04 : Select
                 0x08 : Start
                 0x10 : →
                 0x20 : ←
                 0x40 : ↑
                 0x80 : ↓
  FF8D     1    Button being recorded