32 levels

Completed patches for Keen3.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

32 levels

Post by levellass »

For Shikadi. Does anyone want the patch for Keen 2?

Code: Select all

#32 levels in Keen 3:
#SIDE EFFECT: Fits 32 levels into a 16 level DONE space
#Change things when checking if a level is done
%patch $8AE2  $90 $90 $80 $BF $26 $9D $00
%patch $8D9A  $90 $90 $80 $BF $25 $9D $00
#When starting a new game, make all 32 levels not done
%patch $9944  $90 $90 $C6 $87 $26 $9D $00 $90
%patch $994F  $20
#Change things when marking a level as done
%patch $8DE1  $90 $90 $C6 $87 $25 $9D $01 $90
%patch $8BF9  $20
Post Reply