[Scummvm-cvs-logs] SF.net SVN: scummvm:[53785] scummvm/trunk/engines/scumm/palette.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Oct 25 05:21:49 CEST 2010
Revision: 53785
http://scummvm.svn.sourceforge.net/scummvm/?rev=53785&view=rev
Author: Kirben
Date: 2010-10-25 03:21:49 +0000 (Mon, 25 Oct 2010)
Log Message:
-----------
SCUMM: Add patch #3093057 - MMC64: sentence/inventory color.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/palette.cpp
Modified: scummvm/trunk/engines/scumm/palette.cpp
===================================================================
--- scummvm/trunk/engines/scumm/palette.cpp 2010-10-25 00:50:51 UTC (rev 53784)
+++ scummvm/trunk/engines/scumm/palette.cpp 2010-10-25 03:21:49 UTC (rev 53785)
@@ -71,7 +71,7 @@
// Use 17 color table for v1 games to allow correct color for inventory and
// sentence line. Original games used some kind of dynamic color table
// remapping between rooms.
- 0xFF, 0x55, 0xFF
+ 0x7F, 0x3B, 0xA6
};
static const byte tableNESPalette[] = {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list