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.

Pokémon Mystery Dungeon: Red Rescue Team/RAM map

From Data Crystal
Jump to navigation Jump to search

Chip tiny.png The following article is a RAM map for Pokémon Mystery Dungeon: Red Rescue Team.

  • Note - Addresses may be used for more than one purpose in different contexts.
Address      Size     Description
---------    ------   -------------
02003598     337      Friend List
020039b0     01       shop dialogue identifier
020039b8     04       Kecleon Shop selected item buy/sell price.
020039c5     01       item amount
020039c6     01       item ID.
020039c8     01       item to buy index

02004139     01       dungeon's floor number, edit to 0xFF will escape dungeon when go to next stair.

02004156     01       in dungeons, but not during boss fights, increases for every turn/step taken until 0x23, then restarts from 0x00.
0200415A     02       amount of turns/steps left before being blown out by an unknown force

02004199     01       P1 Level
0200419c     02       P1 IQ
0200419e     02       P1 Health
020041a0     02       P1 Max Health

020041a4     01       P1 Attack
020041a5     01       P1 Sp Atk.
020041a6     01       P1 Defense
020041a7     01       P1 Sp Def.

020041a8     04       P1 Exp. Pts.

Move structure {
Offset  Size  Description
------ ------ --------------------
00      1       Set move byte
01      1       Usable Flag?
02      2       Move ID(+ Max PP)
04      1       PP
05      1       + Amount
06              Unknown
07              Unknown
}
020042a8    08       P1 1st move stuff
020042b0    08       P1 2nd move
020042b8    08       P1 3rd move
020042c0    08       P1 4th move

020042cc    01       P1 Belly Fullness
020042d0    01       P1 Max Belly Fullness


020043a6    02       P2 Health

020045ae    02       P3 Health

020047b6    02       P4 Health

02004bc6    02       Wild Pokémon Health

------------------------

02007504    02       background music

------------------------
0201bd1a    02       P1 Health Clone

0201f6b8    02       B button timer (to bring up menu)

------------------------
0202df98   Unknown   Available pokemon names(for dialogue). invalidity if all aren't used.

------------------------

Address     Size      Description
--------    ----      ------------

020389fa    1DB       Amounts of each item in storage, 2 bytes each
02038c08    04        Money On Hand
02038c0c    04        Money in Bank
02038c10    0A        Team Name
02038c1c    04        Rescue Points
02038c28    39        Friend Areas bought. 1 if bought 0 if not. 1 byte each
02038c80    02        Time played (Hour), 2 bytes signed
02038c82    03        Time played; minutes & seconds, 3 bytes