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/Friend Area Locale Data: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with minimal data.)
 
(added Infobox)
Line 1: Line 1:
==Entry Structure==
{{Infobox table|name=Friend Area Locale Data
|game=Pokémon Mystery Dungeon: Red Rescue Team
|loc=ROM
|start=0x00D3570
|end=0x00D3D6F
|numentries=64
|entrylength=32 bytes (0x20)
|totallength=2048 bytes (0x800)
}}
{{clear}}
Each area's data comes in the following structure:
Each area's data comes in the following structure:
<pre>
<pre>
Offset    Size    Description
Offset    Size    Description

Revision as of 09:00, 22 March 2016

Friend Area Locale Data
Game Pokémon Mystery Dungeon: Red Rescue Team
Start Address 0x00D3570
End Address 0x00D3D6F
# of Entries 64
Entry Length 32 bytes (0x20)
Total Length 2048 bytes (0x800)
Back to the ROM map

Each area's data comes in the following structure:

Offset    Size     Description
-------   -------  --------------
0x00      0x04     Pointer to Area Name
0x04      0x02     Little Endian short value for horizontal position.
0x06      0x02     Little Endian short value for vertical position.
0x08      0x08     Each byte in this sequence represents a friend area in the locale. 3F represents nothing and is used for padding.
0x10      0x10     Unknown - padded with 0xFF bytes