Dragon Quest Heroes: Rocket Slime/Notes

From Data Crystal
Jump to navigation Jump to search

Chip tiny.png The following article is a Notes Page for Dragon Quest Heroes: Rocket Slime.

Save Files

Below is partial information on the data stored in the game's save file.

struct ItemEntry {
    u16 unkown;
    bool obtained;
    u8 count;
};

struct MonsterEntry {
    u16 unkown;
    bool obtained;
    u8 count;
};

char magic[9] @ 0x00;

u32 gold @ 0x335;
u32 playtime_in_frames @ 0x339;

u8 name[0x08] @ 0x33F;

ItemEntry items[60] @ 0x88;
MonsterEntry monsters[20] @ 0x178;