Save Info
Basic Save Structure
| Offset | Datatype | Size | Content |
|---|---|---|---|
| 0x0 - 0xF | uint8_t | 0x10 | Settings Header |
| 0x10 - 0x807 | uint8_t | 0x7F8 | Slot 1 |
| 0x808 - 0xFFF | uint8_t | 0x7F8 | Slot 2 |
| 0x1000 - 0x17F7 | uint8_t | 0x7F8 | Slot 3 |
| 0x1F78 - 0x1FEF | uint8_t | 0x7F8 | Game Cube Slot |
| 0x1FF0 - 0x1FFF | uint8_t | 0x10 | Unknown |
Detecting the Savefile
- Check that the Savefile’s size is
0x2000in size. - Check the first
0x8 bytesthat they contain:0x30 0x30 0x30 0x30 0x45 0x49 0x53 0x41 (0000EISA).
If all the things pass, congrats you just detected a The Sims Bustin' Out (GBA) Savefile!