RAM map (Boktai 3): Difference between revisions
No edit summary |
Misc |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
! Address || Type || Description | ! Address || Type || Description | ||
|- | |||
| 0x0200035c || bytecode* || "Enter password" menu base64 decoder table | |||
|- | |||
| 0x02000360 || bytecode* || "Enter password" menu player name decoder table | |||
|- | |- | ||
| 0x02000580 || void* || Pointer to Django's actor data | | 0x02000580 || void* || Pointer to Django's actor data | ||
Line 39: | Line 43: | ||
|- | |- | ||
| 0x02000710 || void* || Pointer to [[#Stat struct]], defaults to 0x0203c400 on hard reset (but moves on soft resets) | | 0x02000710 || void* || Pointer to [[#Stat struct]], defaults to 0x0203c400 on hard reset (but moves on soft resets) | ||
|- | |||
| 0x02000714 || || [[Heap]] (≈123.2 KiB) | |||
|- | |- | ||
| 0x0200eec0 || || Boss HP | | 0x0200eec0 || || Boss HP | ||
Line 105: | Line 111: | ||
|- | |- | ||
| 0x596 || i16 || Stuffed dolls (bitmask) | | 0x596 || i16 || Stuffed dolls (bitmask) | ||
|- | |||
| 0x598 || i16 || Solar bank interest rate (stored as (1+r)*64, e.g. 14.0625% = 73). Defaults to 65 when starting a new game. When the date changes, the rate will change to 65 + (IGT_frame_counter XOR RTC_seconds) mod 13 (effectively uniformly distributed in the interval [1.5625%, 20.3125%]). | |||
|- | |- | ||
| 0x5ac || i16 || Current [[Maps (Boktai 3)#Areas|area ID]] | | 0x5ac || i16 || Current [[Maps (Boktai 3)#Areas|area ID]] | ||
Line 113: | Line 121: | ||
|- | |- | ||
| 0x610 || i16 || Mr. Rainnot enabled | | 0x610 || i16 || Mr. Rainnot enabled | ||
|- | |||
| 0x614 || i32 || IGT frame counter for this save file | |||
|- | |- | ||
| 0x638 || i32 || Red Django use | | 0x638 || i32 || Red Django use | ||
Line 214: | Line 224: | ||
|- | |- | ||
! Address || Type || Description | ! Address || Type || Description | ||
|- | |||
| 0x03001664 || void* || Pointer to [[font]] | |||
|- | |- | ||
| 0x0300523c || u32 || [[Actor]] disable flags | | 0x0300523c || u32 || [[Actor]] disable flags |