Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 4084
Author: john_elliott_uk
Date: 16/04/2004
Subject: Re: Changing Willy's colour
--- In manicminerandjetsetwilly@yahoogroups.com, andrewbroad
> This doesn't actually change Willy's colour, but rather the OR-mask
See also the 'black Willy' patch from JSWED:
> which is applied to the background INK-colour to generate Willy's
> colour.
PatchLine plBlackWilly[] = {
{ 0x962C, 0xF6, 0xE6},
{ 0x962D, 0x07, 0xF8},
{ 0x9280, 0x07, 0x00},
{ 0x93F0, 0x07, 0x00},
};
(that is: replace OR 7 with AND F8, and check for ink 0 accordingly).
