If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Dragon Quest Monsters: Joker/RAM map
Jump to navigation
Jump to search
The following article is a RAM map for Dragon Quest Monsters: Joker.
struct player_info {
u8 player_name[8];
u8 unknown_a[4];
u32 gold;
u32 atm_gold;
u8 items_in_hand[16];
u8 item_in_bag_counts[256];
u8 unknown_b[8];
u8 unknown_c[308];
u32 num_times_synthesized;
// TODO: add remaining fields
};
u32 rng_counter @ 0x020BEC98;
u32 rng_value @ 0x020BEC9C;
player_info player_info @ 0x020BE340;