Keen 2-3: sprite used for showing status screen lives

Request patches for Keens 1-3.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Keen 2-3: sprite used for showing status screen lives

Post by szemigi »

Hey, I want a patch, where you can change the sprite used for the status screen 'KEENS'. (Basically it's Keen's standing sprite.)
I want this for Keen 2 and 3 since I cannot see these on KeenWiki.

In short: sprite that is shown under 'KEENS'. I wanna change this in Keen 2 and 3.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 2-3: sprite used for showing status screen lives

Post by levellass »

Code: Select all

#Change the lives sprite -Keen 2
%patch $0F8F $B8 $007BW  $50 $8B $C7 $05 $000CW  $D1 $E0 $D1 $E0
             $50 $8B $46 $FE $D1 $E0 $90

Code: Select all

#Change the lives sprite -Keen 3
%patch $0FDB $B8 $0077W  $50 $8B $C7 $05 $000CW  $D1 $E0 $D1 $E0
             $50 $8B $46 $FE $D1 $E0 $90
Each value is the actual value * 4. minus 1. So sprite 1 is 3, sprite 2 is 7 and so on.
Post Reply