mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
add missing blend table value for zero team [sjyune]
(used by 1st boss spear, see https://www.youtube.com/watch?v=ZmPyKNHewME )
This commit is contained in:
parent
861c29b566
commit
021cd6c396
@ -2977,6 +2977,8 @@ DRIVER_INIT_MEMBER(raiden2_state,xsedae)
|
||||
const UINT16 raiden2_state::zeroteam_blended_colors[] = {
|
||||
// Player selection
|
||||
0x37e,
|
||||
// Boss spear shadow
|
||||
0x38e,
|
||||
// Scaffolding shadow
|
||||
0x52e,
|
||||
// Road brightening
|
||||
|
Loading…
Reference in New Issue
Block a user