SaveOptions will only contain options data set in the Options Menu. More...
Data Fields | |
| char | tag_options [SAVE_LABEL_SIZE] |
| u8 | game_speed |
| bool | cards_high_contrast |
| bool | cards_more_readable |
| u8 | music_volume |
| u8 | sound_volume |
| s8 | padding [11] |
SaveOptions will only contain options data set in the Options Menu.
| word | Byte 0 | Byte 1 | Byte 2 | Byte 3 | name | purpose |
|---|---|---|---|---|---|---|
| 0 | '-' | ' ' | 'O' | 'P' | TAG | Pretty tag to clearly visualize the Options section in a hex viewer |
| 1 | 'T' | 'I' | 'O' | 'N' | - | Spells "- OPTIONS DATA -" |
| 2 | 'S' | ' ' | 'D' | 'A' | - | - |
| 3 | 'T' | 'A' | ' ' | '-' | - | - |
| 4 | SPEED | CNTRST | READBL | MUSIC | OPTN_VALUES | All 5 option values, followed by some padding, |
| 5 | SOUND | UNDEF | UNDEF | UNDEF | - | so that the next section starts at the beginning of the |
| 6 | UNDEF | UNDEF | UNDEF | UNDEF | - | next 4-word row in a hex viewer |
| 7 | UNDEF | UNDEF | UNDEF | UNDEF | - | - |