RAM map (Boktai 1): Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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)". --> | 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)". --> | ||
= EWRAM = | |||
== Stat struct == | |||
{| class="wikitable" | |||
|- | |||
! Address || Type || Description | |||
|- | |||
| 0x0203d8b0 || i32 || Unlock Astro battery (must be set to <code>*(*0x03001c90 + 0x7dc)</code>) | |||
|- | |||
| 0x0203d8f0 || i16[3] || Django position | |||
|} | |||
= IWRAM = | = IWRAM = | ||
Line 18: | Line 31: | ||
|- | |- | ||
| 0x03004620 || i32 || [[Random_number_generator|RNG]] index | | 0x03004620 || i32 || [[Random_number_generator|RNG]] index | ||
|- | |||
| 0x030046e8 || i16[3] || [[Camera]] position | |||
|} | |} | ||
Revision as of 18:40, 4 August 2024
This is the RAM map for Boktai 1 (U).
EWRAM
Stat struct
Address | Type | Description |
---|---|---|
0x0203d8b0 | i32 | Unlock Astro battery (must be set to *(*0x03001c90 + 0x7dc) )
|
0x0203d8f0 | i16[3] | Django position |
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 |
0x030046e8 | i16[3] | Camera position |
EEPROM
TODO