From 151d314912b08d7d598a3995524d89c8b4ab0371 Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 13 Feb 2012 17:04:05 +0100 Subject: KYRA: (EOB) - complete CGA graphics mode implementation --- engines/kyra/staticres_eob.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'engines/kyra/staticres_eob.cpp') diff --git a/engines/kyra/staticres_eob.cpp b/engines/kyra/staticres_eob.cpp index 5e28757978..7a5012f117 100644 --- a/engines/kyra/staticres_eob.cpp +++ b/engines/kyra/staticres_eob.cpp @@ -198,6 +198,10 @@ const uint8 EoBCoreEngine::_charClassModifier[] = { 0x00, 0x00, 0x02 }; +const uint8 EoBCoreEngine::_itemsOverlayCGA[] = { + 0x00, 0x55, 0x55, 0xFF +}; + const uint8 EoBCoreEngine::_teleporterShapeDefs[] = { 0x0C, 0x58, 0x02, 0x0E, 0x0C, 0x67, 0x01, 0x07, @@ -1181,11 +1185,16 @@ void EoBEngine::initSpells() { } } -const KyraRpgGUISettings EoBEngine::_guiSettings = { +const KyraRpgGUISettings EoBEngine::_guiSettingsVGA = { { 9, 15, 95, 9, 7, { 285, 139 }, { 189, 162 }, { 31, 31 } }, { 135, 130, 132, 133, 133, 17, 23, 20, 184, 177, 180, 184, 177, 180 } }; +const KyraRpgGUISettings EoBEngine::_guiSettingsEGA = { + { 9, 15, 95, 9, 7, { 285, 139 }, { 189, 162 }, { 31, 31 } }, + { 13, 9, 2, 133, 2, 6, 13, 8, 13, 15, 14, 13, 15, 14 } +}; + const uint8 EoBEngine::_egaDefaultPalette[] = { 0, 5, 3, 2, 10, 14, 12, 6, 4, 11, 9, 1, 0, 8, 7, 15 }; -- cgit v1.2.3