Lights action

Completed patches for Keen2.
Post Reply
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Lights action

Post by levellord »

Some patches for the Keen 2 light switches:

Code: Select all

#Change lightswitch tile [New tile must have lightswitch propery]
%patch $6518 $0F $01
Don't know if this is already posted, though I'm sure it is.

Code: Select all

#Make a new palette and use it for...
%patch $177C4 $1F $1F $1F $1F $1F $1F $1F $1F  $00 $00 $00 $00 $00 $00 $00 $00 $00
%patch $640B  $44 $00 #Lights off
%patch $63EB  $44 $00 #Lights on

#Default Lights palettes:
%patch $640B $79 $24 #Lights off palette (Dark)
%patch $63EB $9B $24 #Lights on palette  (Normal)
Change the palettes, change the look of things.

Code: Select all

#Speed of lightswitcing: (Level freezes for this long)
%patch $63DE $01 $00 #Off
%patch $63FE $01 $00 #On
Might be useful, you never know.

Code: Select all

#Stop lights...
%patch $6564 $8D $FE #Turning off
%patch $656A $67 $FE #Turning on
This was requested I believe...

Code: Select all

#When we shoot tantalus:
%patch $47BD $15 $1C #Lights turn on
%patch $47BD $35 $1C #Lights turn off
The lights turn off *before* the tiles explode, as doing so after would mean sacrificing a tile or two.
Post Reply