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/Data Root/Pointer Table: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Infobox table fix)
(these are tecnically 8-bytes entries)
Line 4: Line 4:
|start=0x0300520
|start=0x0300520
|end=0x030128F
|end=0x030128F
|numentries=860
|numentries=430
|entrylength=4 bytes (0x4)
|entrylength=8 bytes (0x8)
|totallength=3440 bytes (0xD70)
|totallength=3440 bytes (0xD70)
}}
}}
The table consists in pairs of little-endian GBA addresses, of which the first one points to the respective [[Pokémon Mystery Dungeon: Red Rescue Team:Data Root:Debug Names|debug name]], and the second one points to the actual data.
The table consists in pairs of little-endian GBA addresses, of which the first one points to the respective [[Pokémon Mystery Dungeon: Red Rescue Team:Data Root:Debug Names|debug name]], and the second one points to the actual data.
<pre>
Address  Size    Description
--------  ----  ----------------
{
  0000    0004  little-endian GBA pointer to debug name
  0004    0004  little-endian GBA pointer to data
}
Repeats for every entry.
</pre>

Revision as of 08:48, 16 April 2016

Data Root: Pointer Table
Game Pokémon Mystery Dungeon: Red Rescue Team
Start Address 0x0300520
End Address 0x030128F
# of Entries 430
Entry Length 8 bytes (0x8)
Total Length 3440 bytes (0xD70)
Back to the ROM map

The table consists in pairs of little-endian GBA addresses, of which the first one points to the respective debug name, and the second one points to the actual data.

Address   Size     Description
--------  ----   ----------------
{
  0000    0004   little-endian GBA pointer to debug name
  0004    0004   little-endian GBA pointer to data
}
Repeats for every entry.