If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Castlevania: Order of Ecclesia/RAM map
Jump to navigation
Jump to search
The following article is a RAM map for Castlevania: Order of Ecclesia.
RAM | Size | Information |
---|---|---|
20FFCB9 | 1 | Current Map ID |
2100144 | 361 | Map exploration (1 bit per room)
|
2100379 | 4 | Areas visited (1 bit per area)
|
210037D | 79? | Flags (events, pickups, etc.) |
21003CC | 5 | Areas unlocked (2 bits per area)
Low bit: Visible High bit: Open
|
21003E4 | 2? | Bosses defeated (1 bit per boss) |
21002B4 | 2 | HP |
21002B6 | 2 | Max HP |
21002B8 | 2 | MP |
21002BA | 2 | Max MP |
21002BC | 2 | Hearts |
21002BE | 2 | Max Hearts |
210030C | 4 | EXP |
2100310 | 4 | Gold |
2100344 | 16 | Enemies defeated (1 bit per enemy) |
2100354 | 16 | Enemy Drop 1 obtained (1 bit per enemy) |
2100364 | 16 | Enemy Drop 2 obtained (1 bit per enemy) |
2100374 | 4 | Game clock/play time |
21003EA | 50 | X&Y Glyphs (similar structure to items) |
2100421 | 23 | R Glyphs (similar structure to items) |
2100458 | 6 | Relics
0x01: possessed 0x40: equipped
|
210045E | 235 | Inventory
1 byte per item. 4 bits quantity, bit 0x10 provides Guide Data |
21005E8 | 4 | Kills |
21005F0 | 18 | Quests |
210079C | 2 | HP gained from max ups |
210079E | 2 | MP gained from max ups |
21007A0 | 2 | Hearts gained from max ups |
214617C | 2 | Map Y position |
214617E | 2 | Map X position |
214B1E0 | 24576 | Map pixel data
4 bits per pixel, in 8x8 tiles, so 32 bytes per tile |