Pokémon Dream Radar Save File Structure: Difference between revisions

From ProjectPokemon Wiki
Jump to navigation Jump to search
(Created page with "== Pokémon Dream Radar Save Data == {| border="1" style="border: 1px solid #999; border-collapse: collapse;" ! Offset ! Description |- style="background: #eee;" align="cen...")
 
No edit summary
Line 142: Line 142:
|}
|}
* *Story events are: Tornadus catched, Thundurus catched, Landorus catched.
* *Story events are: Tornadus catched, Thundurus catched, Landorus catched.
===Flags===
Pokémon Dream Radar handles unlockable data trough bit flags.
==Generation IV Extension Unlocked Flags==
offset 0x26E,
0 = locked,
1 = unlocked,
x = unknown bit
Bits are represented in this order: 76543210
  ?
  | Diving
  | | Rainbow
  | | | Renegade
  | | | |
  x 1 1 1  1 1 x x
          | | | |
          | | | ?
          | | ?
          | Temporal
          Spatial


[[Category:Structures]]
[[Category:Structures]]
[[Category:Game Mechanics]]
[[Category:Game Mechanics]]

Revision as of 16:46, 14 October 2015

Pokémon Dream Radar Save Data

Offset Description
0x00-0x03 "0DSC" header tag
0x04-0x67 Unknown
0x68-0x6B Current orbs
0x6C-0x6F Total orbs collected (highscore data)
0x70-0x26C Unknown. Transferable pokemon/item data?
0x26D-0x26E Extension Unlock Flags
0x26F-0x271 Unknown. ¿Maybe flags?
0x272-0x273 Legendary Catched Flags
0x274-0x287 Unknown. ¿Maybe more flags?
0x288-0x28B Orb Count until next story event*

Resets to 0 after Tornadus, Thundurus

or Landorus are catched

0x28C-0x28F Number of searches (highscore data)
0x290-0x293 Number of examined clouds (highscore data)
0x294-0x297 Number of captured Pokémon (highscore data)
0x298-0x29B Number of recovered items (highscore data)
0x29C-0x29F Tornadus capture time (highscore data)
0x2A0-0x2A3 Thundurus capture time (highscore data)
0x2A4-0x2A7 Landorus capture time (highscore data)
0x2A8-0x2AF Unknown
0x2B0-0x2B3 "1DSC" end of file tag
  • *Story events are: Tornadus catched, Thundurus catched, Landorus catched.

Flags

Pokémon Dream Radar handles unlockable data trough bit flags.

Generation IV Extension Unlocked Flags

offset 0x26E, 0 = locked, 1 = unlocked, x = unknown bit Bits are represented in this order: 76543210

 ?
 | Diving
 | | Rainbow
 | | | Renegade
 | | | |
 x 1 1 1  1 1 x x
          | | | |
          | | | ?
          | | ?
          | Temporal
          Spatial