Pogo gives Keen an extra life (CK1)

Request patches for Keens 1-3.
Post Reply
Darziw Nogaj
Posts: 22
Joined: Fri Feb 07, 2014 1:25 am

Pogo gives Keen an extra life (CK1)

Post by Darziw Nogaj »

So, Quinton is making a Thanksgiving mod and he wonders if it's possible for a patch when Keen collides with a pogo tile, he will gain an extra life (and if possible, no extra points).
User avatar
Fleexy
Site Admin
Posts: 490
Joined: Fri Dec 12, 2008 1:33 am
Location: Bloogton Tower

Post by Fleexy »

Does both:

Code: Select all

%patch $44AB $83 $06 $C6 $AA $01 $00
(Not tested. Apologies if it doesn't work.)
Nospike
Posts: 160
Joined: Fri Apr 23, 2010 1:54 pm
Location: Some cool place, idk

Post by Nospike »

If Fleexy's patch doesn't work, try this one:

Code: Select all

%patch $44AB $FF $06 $C6 $AA $90 $90
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Wait... this is for Keen 1, right?
Darziw Nogaj
Posts: 22
Joined: Fri Feb 07, 2014 1:25 am

Post by Darziw Nogaj »

Fleexy wrote:Does both:

Code: Select all

%patch $44AB $83 $06 $C6 $AA $01 $00
(Not tested. Apologies if it doesn't work.)
Nospike wrote:If Fleexy's patch doesn't work, try this one:

Code: Select all

%patch $44AB $FF $06 $C6 $AA $90 $90
They both work out well, just different sounds.
levellass wrote:Wait... this is for Keen 1, right?
Yes, this is for Keen 1.

---------------------------------------------------------------------------------------

Now, you don't need to do this, but is it possible for a patch to make the extra life sound when Keen collects a pogo tile?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

This patch should work by itself (That is, ignore all the other patches above.):

Code: Select all

#Raygun and Pogo have different sounds
%patch $45AC $449AW $44A1W

#Change code for two sounds, extra life
%patch $449A $83 $06 $AAC8W  $05 $EB $10 $83 $06 $AAC6W  $01 $B8 $001CW  $50 $EB $09
You can even make it use a totally different sound. (Change the $1C.)
Post Reply