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

From ProjectPokemon Wiki
Jump to navigation Jump to search
Line 148: Line 148:
==Generation IV Extension Unlocked Flags==
==Generation IV Extension Unlocked Flags==


offset 0x26E,
Offset 0x26E
0 = locked,
* Bits are represented in the following order: 76543210
1 = unlocked,  
* 0 = locked,
x = unknown bit
* 1 = unlocked,  
 
* x = unknown bit
Bits are represented in this order: 76543210
   ?
   ?
   | Diving
   | Diving
Line 166: Line 165:
           Spatial
           Spatial


==Legendary catched flags==
offset 0x272-0x273
* Bits are represented in the following order: 76543210
* 0 = locked,
* 1 = unlocked,
* x = unknown bit
  x  x  x  x  1  1  1  1  1  1  1  1  x  x  x  x
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
  ?  ?  ?  ?  |  |  |  |  |  |  |  |  ?  ?  ?  ?
              |  |  |  |  |  |  |  Dialga
              |  |  |  |  |  |  Palkia
              |  |  |  |  |  Giratina
              |  |  |  |  Ho-Oh
              |  |  |  Lugia
              |  |  Landorus?
              |  Thundurus?
              Tornadus?
[[Category:Structures]]
[[Category:Structures]]
[[Category:Game Mechanics]]
[[Category:Game Mechanics]]

Revision as of 16:54, 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

  • Bits are represented in the following order: 76543210
  • 0 = locked,
  • 1 = unlocked,
  • x = unknown bit
 ?
 | Diving
 | | Rainbow
 | | | Renegade
 | | | |
 x 1 1 1  1 1 x x
          | | | |
          | | | ?
          | | ?
          | Temporal
          Spatial

Legendary catched flags

offset 0x272-0x273

  • Bits are represented in the following order: 76543210
  • 0 = locked,
  • 1 = unlocked,
  • x = unknown bit
 x  x  x  x  1  1  1  1  1  1  1  1  x  x  x  x
 |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  | 
 ?  ?  ?  ?  |  |  |  |  |  |  |  |  ?  ?  ?  ?
             |  |  |  |  |  |  |  Dialga
             |  |  |  |  |  |  Palkia
             |  |  |  |  |  Giratina
             |  |  |  |  Ho-Oh
             |  |  |  Lugia
             |  |  Landorus?
             |  Thundurus?
             Tornadus?