RAM map (Boktai 1): Difference between revisions
(Created page with "This is the RAM map for Boktai 1 (U). <!-- Please create a new page for maps of other languages! For example "RAM map (Boktai 1, J)". --> = IWRAM = {| class="wikitable" |- ! Address || Type || Description |- | 0x03004620 || i32 || RNG index |} = EEPROM = ''TODO'' Save data checksums Category:Documentation Category:Boktai 1") |
No edit summary |
||
Line 6: | Line 6: | ||
|- | |- | ||
! Address || Type || Description | ! Address || Type || Description | ||
|- | |||
| 0x03004610 || void** || Pointer to current [[Map file]] descriptor | |||
|- | |||
| + 0x04 || void* || Pointer to map file tile data | |||
|- | |||
| + 0x0c || void* || Pointer to map file zones | |||
|- | |||
| + 0x10 || void* || Pointer to map file unknown block 1 | |||
|- | |||
| + 0x14 || void* || Pointer to map file unknown block 2 | |||
|- | |- | ||
| 0x03004620 || i32 || [[Random_number_generator|RNG]] index | | 0x03004620 || i32 || [[Random_number_generator|RNG]] index |
Revision as of 10:33, 4 August 2024
This is the RAM map for Boktai 1 (U).
IWRAM
Address | Type | Description |
---|---|---|
0x03004610 | void** | Pointer to current Map file descriptor |
+ 0x04 | void* | Pointer to map file tile data |
+ 0x0c | void* | Pointer to map file zones |
+ 0x10 | void* | Pointer to map file unknown block 1 |
+ 0x14 | void* | Pointer to map file unknown block 2 |
0x03004620 | i32 | RNG index |
EEPROM
TODO