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/SIRO Data Header: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "SIRO is a data header similar to the Blue Rescue Team SIR0 header, but simplier. ==Structure== <pre> offset description --...")
 
(improving page)
Line 1: Line 1:
SIRO is a data header similar to the [[Pokémon Mystery Dungeon: Blue Rescue Team|Blue Rescue Team]] SIR0 header, but simplier.
SIRO is a data header similar to the [[Pokémon Mystery Dungeon: Blue Rescue Team|Blue Rescue Team]] and [[Pokémon Mystery Dungeon: Explorers of Time and Darkness|Explorers of Time, Darkness]] and [[Pokémon Mystery Dungeon: Explorers of Sky|Sky]] [http://projectpokemon.org/wiki/Pmd2_SIR0 SIR0 header], but simplier.


==Structure==
==Structure==
<pre>
<pre>
  offset     description
  offset   length    description
--------  -------------
---------  ------  -------------
00 (0x00) "SIRO" string
00 (0x00)     4    "SIRO" string
04 (0x04) little-endian GBA pointer to a table
04 (0x04)     4    little-endian GBA pointer to a data table
08 (0x08) 0x00 padded data, probably irrelevant
08 (0x08)     4    0x00 padded data, probably irrelevant
12 (0x0B) 0x00 padded data, probably irrelevant
12 (0x0B)     4    0x00 padded data, probably irrelevant
</pre>
</pre>

Revision as of 09:59, 24 March 2016

SIRO is a data header similar to the Blue Rescue Team and Explorers of Time, Darkness and Sky SIR0 header, but simplier.

Structure

 offset    length    description
---------  ------   -------------
00 (0x00)     4     "SIRO" string
04 (0x04)     4     little-endian GBA pointer to a data table
08 (0x08)     4     0x00 padded data, probably irrelevant
12 (0x0B)     4     0x00 padded data, probably irrelevant