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
(improving page)
(uhm...)
Line 1: Line 1:
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.
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==
<pre>
<pre>
  offset    length    description
  offset    length    description
Line 10: Line 9:
12 (0x0B)    4    0x00 padded data, probably irrelevant
12 (0x0B)    4    0x00 padded data, probably irrelevant
</pre>
</pre>
{{todo|text=Check if the bytes at 08 have some use programmed, like in the DS games}}

Revision as of 10:12, 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.

 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
Hmmm...
To do:
{{{1}}}