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.

Medarot 3/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "* C116 = PLAYX (Player's X position) * C117 = PLAYY (Player's Y position) * C480-C483? = State machine * C620 = Map ID high byte * C621 = Map ID low byte * C62A = MAPX (Horizontal scroll position) * C62B = MAPY (Vertical scroll position) * C670-C671 = Money (Big endian) * C7A5 = Current shop")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:


* C7A5 = Current shop
* C7A5 = Current shop
* 5:D150 = Name of first medal
==SRAM==
*0:A000-A00F = ASCII string, used to determine if save exists
*0:A000-BFEF = Checksum region
*0:BFFD = Save file present
*0:BFEE-BFEF = 16-bit big endian checksum
{{Internal Data|game=Medarot 3}}

Latest revision as of 06:35, 25 May 2024

  • C116 = PLAYX (Player's X position)
  • C117 = PLAYY (Player's Y position)
  • C480-C483? = State machine
  • C620 = Map ID high byte
  • C621 = Map ID low byte
  • C62A = MAPX (Horizontal scroll position)
  • C62B = MAPY (Vertical scroll position)
  • C670-C671 = Money (Big endian)
  • C7A5 = Current shop
  • 5:D150 = Name of first medal

SRAM

  • 0:A000-A00F = ASCII string, used to determine if save exists
  • 0:A000-BFEF = Checksum region
  • 0:BFFD = Save file present
  • 0:BFEE-BFEF = 16-bit big endian checksum