1 of keen bored sequences a keen mooning?

Request patches for Keens 4-6.
Post Reply
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

1 of keen bored sequences a keen mooning?

Post by Bubzrulz »

hi can i get one of the 3 bored sequences a keen mooning
my guesss is to use this

Code: Select all

#Keen can moon as often as he wants
%patch $BC29 $EB $04
then patch the bored code but how im unsure
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: 1 of keen bored sequences a keen mooning?

Post by levellass »

No need, these patches (Use as many as you want!) will change Keen's bored sequences to mooning:

Code: Select all

#Bored 1 is mooning
%patch $BC06  $0A7CW

#Bored 2 is mooning
%patch $BC3A  $0A7CW

#Bored 3 is mooning
%patch $BC4F  $0A7CW 
The mooning sequence can then be something else! (Such as 'go to another level.)
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: 1 of keen bored sequences a keen mooning?

Post by Bubzrulz »

levellass wrote:No need, these patches (Use as many as you want!) will change Keen's bored sequences to mooning:

Code: Select all

#Bored 1 is mooning
%patch $BC06  $0A7CW

#Bored 2 is mooning
%patch $BC3A  $0A7CW

#Bored 3 is mooning
%patch $BC4F  $0A7CW 
The mooning sequence can then be something else! (Such as 'go to another level.)
used all 3 and i get RF_Placesprite : Placed an uncached sprite :519
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: 1 of keen bored sequences a keen mooning?

Post by levellass »

You will need to have the mooning Keen icon in all your levels, to use the mooning sprites. Just put it at the top left of each level, it doesn't make Keen, just adds the sprites to memory. The Pyramid of Moons level does this, so you can see how it's done.
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: 1 of keen bored sequences a keen mooning?

Post by Bubzrulz »

levellass wrote:You will need to have the mooning Keen icon in all your levels, to use the mooning sprites. Just put it at the top left of each level, it doesn't make Keen, just adds the sprites to memory. The Pyramid of Moons level does this, so you can see how it's done.

AHH yes makes sence done :)
Post Reply