If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Medarot 3/RAM map: Difference between revisions
Jump to navigation
Jump to search
Blaziken257 (talk | contribs) (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") |
Blaziken257 (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{rammap}} | |||
* C116 = PLAYX (Player's X position) | * C116 = PLAYX (Player's X position) | ||
* C117 = PLAYY (Player's Y position) | * C117 = PLAYY (Player's Y position) | ||
Line 13: | Line 14: | ||
* C7A5 = Current shop | * C7A5 = Current shop | ||
* 5:D150 = Name of first medal | |||
==RNG== | |||
* C4A0 = Randomly generated number (Sum of both seeds) | |||
* C460 = Frame counter (used for random number generation) | |||
* C4BC = Seed #1 for RNG | |||
* C4BD = Seed #2 for RNG | |||
==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 02:30, 31 January 2025
- 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
RNG
- C4A0 = Randomly generated number (Sum of both seeds)
- C460 = Frame counter (used for random number generation)
- C4BC = Seed #1 for RNG
- C4BD = Seed #2 for RNG
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 for Medarot 3
| |
---|---|