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.

Yu-Gi-Oh! Reshef of Destruction/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Undo revision 37790 by Mantidactyle (talk) nvm)
(Added some...point(er)s of interest. Hahaha.)
Line 34: Line 34:
   2023FB0    1  [[Yu-Gi-Oh!_Reshef_of_Destruction:Notes#Field_IDs|Field ID]]
   2023FB0    1  [[Yu-Gi-Oh!_Reshef_of_Destruction:Notes#Field_IDs|Field ID]]
   2023FBA    1  SoRL counter - CPU
   2023FBA    1  SoRL counter - CPU
  2023FC0    4  Pointer to current turn player's graveyard
  2023FC4    4  Pointer to current turn enemy's graveyard
  2023FD0    4  Pointer to current turn enemy's magic
  2023FE4    4  Pointer to current turn enemy's monsters
  2023FF8    4  Pointer to current turn player's monsters
  202400C    4  Pointer to current turn player's magic
  2024020    4  Pointer to current turn player's hand
   2024040    4  ?
   2024040    4  ?
  20240D8    2  Selected card
  20241F0    2  Cursor coordinates
  20241F2    1  What is being selected?
   2024200    1  # of Tributes
   2024200    1  # of Tributes
  2024250    2  Current activated effect
   2024258    2  Life Points (Player)
   2024258    2  Life Points (Player)
   202425A    2  Life Points (CPU)
   202425A    2  Life Points (CPU)
   2024594    4  PRNG
   2024594    4  PRNG
  20245A8    1  Current Turn, 0 = Player, 1 = Enemy


{{Internal Data|game=Yu-Gi-Oh! Reshef of Destruction}}
{{Internal Data|game=Yu-Gi-Oh! Reshef of Destruction}}

Revision as of 03:10, 27 August 2016

Chip tiny.png The following article is a RAM map for Yu-Gi-Oh! Reshef of Destruction.

EWRAM

 Address  Size   Description
--------  ----   -----------
 2010400     4   ?
 2020DFC     4   ?
 2021790   801   Cards in Trunk
 2021AC2     1   Field ID (display, the actual value is at 0x2023FB0)
 2021C1C     4   Deck Capacity
 2021C20     4   Duelist Level
 2021CF8     1   Language ID
 2021D10     ?   ?
 2021D40    44   CPU opponent's data, starting with CPU opponent's ID
 2021DA0     2   Link Duel Deck Capacity (max 65000)
 2021DB0     1   Game Mode
                  0x00
                  0x01 Campaign
                  0x02
                  0x03 Link Duel Menu
                  0x04 Trade Menu
 2021DB1     1   Menu ID (Continue screen)
 2021DD0     4   Money
 2023F10     2   Monster Area #1
 2023F18     2   Monster Area #2
 2023F20     2   Monster Area #3
 2023F28     2   Monster Area #4
 2023F30     2   Monster Area #5
 2023F38     2   Magic/Trap Area #1
 2023F40     2   Magic/Trap Area #2
 2023F48     2   Magic/Trap Area #3
 2023F50     2   Magic/Trap Area #4
 2023F58     2   Magic/Trap Area #5
 2023FB0     1   Field ID
 2023FBA     1   SoRL counter - CPU
 2023FC0     4   Pointer to current turn player's graveyard
 2023FC4     4   Pointer to current turn enemy's graveyard
 2023FD0     4   Pointer to current turn enemy's magic
 2023FE4     4   Pointer to current turn enemy's monsters
 2023FF8     4   Pointer to current turn player's monsters
 202400C     4   Pointer to current turn player's magic
 2024020     4   Pointer to current turn player's hand
 2024040     4   ?
 20240D8     2   Selected card
 20241F0     2   Cursor coordinates
 20241F2     1   What is being selected?
 2024200     1   # of Tributes
 2024250     2   Current activated effect
 2024258     2   Life Points (Player)
 202425A     2   Life Points (CPU)
 2024594     4   PRNG
 20245A8     1   Current Turn, 0 = Player, 1 = Enemy