![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
User defined settings. More...
#include <SaveMap.h>
Classes | |
struct | KeyMapping |
Key mappings. More... | |
Public Attributes | |
u8 | battle_speed |
Battle ATB speed, 0x00: Fast, 0xFF: Slow. More... | |
u8 | battle_message_speed |
Battle message speed, 0x00: Fast, 0xFF: Slow. More... | |
u8 | mask_1 |
Several XORed settings. More... | |
u8 | mask_2 |
Several XORed settings. More... | |
KeyMapping | mapping |
Key mapping. More... | |
u8 | message_speed |
Message speed, 0x00: Fast, 0xFF: Slow. More... | |
User defined settings.
21 bytes.
u8 SaveMap::UserSettings::battle_message_speed |
Battle message speed, 0x00: Fast, 0xFF: Slow.
1 byte.
u8 SaveMap::UserSettings::battle_speed |
Battle ATB speed, 0x00: Fast, 0xFF: Slow.
1 byte.
KeyMapping SaveMap::UserSettings::mapping |
Key mapping.
16 bytes.
u8 SaveMap::UserSettings::mask_1 |
Several XORed settings.
1 byte.
Sound: mono (0x00); stereo (0x01). Controller: normal (0x00); customize (0x04). Cursor: initial (0x00); memory (0x10). ATB: Active (0x00); Recommended (0x40); Wait (0x80).
u8 SaveMap::UserSettings::mask_2 |
Several XORed settings.
1 byte.
Camera angle: Auto (0x00); Fix (0x01) Magic order: Restore attack indirect (0x00) Magic order: Restore indirect attack (0x04) Magic order: Attack indirect restore (0x08) Magic order: Attack restore indirect (0x0C) Magic order: Indirect restore attack (0x10) Magic order: Indirect attack restore (0x14) Extra battle window displaying information: Inactive (0x00); Active (0x40)
u8 SaveMap::UserSettings::message_speed |
Message speed, 0x00: Fast, 0xFF: Slow.
1 byte.