PATCH: Banish Keen on death

Completed patches for Keen1.
Post Reply
User avatar
MultiMania
Patch Master
Posts: 153
Joined: Mon Nov 24, 2003 3:09 am
Location: Deep in the heart of keen.
Contact:

PATCH: Banish Keen on death

Post by MultiMania »

Now, when keen dies, you can place him ina cell. Using this patch makes keen teleport to teleporter location 3 on the map whenever he dies. It requires the "Win after one level" patch as that gives us some free space. It will not work, however with the In-level-teleporter patch.

Code: Select all

%ext ck1
%version 1.31

#Keen teleports on death
%patch 0x8041 $E8 $E8 $FF $90
%patch 0x802C $FF $0E $C6 $AA $E8 $E6 $08 $C3

%end
Post Reply