From dad10ccfac17209af903fd9d7a024708893c8080 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 16 Sep 2014 16:34:20 +0000 Subject: [PATCH] More colors (nw) --- src/mame/drivers/raiden2.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c index bda637a796d..be09847381b 100644 --- a/src/mame/drivers/raiden2.c +++ b/src/mame/drivers/raiden2.c @@ -3217,8 +3217,8 @@ const UINT16 raiden2_state::raiden_blended_colors[] = { // wall shadow 0x5de, - // house shadow - 0x5fe, + // house shadow plus stage 3 boss green pools + 0x5f8, 0x5f9, 0x5fa, 0x5fb, 0x5fc, 0x5fd, 0x5fe, // water and trees 0x6c8, 0x6c9, 0x6ca, 0x6cb, 0x6cc, 0x6cd, 0x6ce, @@ -3228,8 +3228,7 @@ const UINT16 raiden2_state::raiden_blended_colors[] = { // stage end panel, raiden dx logo plus misc stuff 0x70d, 0x70e, - 0x71c, - 0x71d, 0x71e, + 0x71c, 0x71d, 0x71e, 0x72d, 0x72e, 0x73d, 0x73e, 0x74d, 0x74e,