Stuff Keen has in the beginning

Completed patches for Keen2.
Post Reply
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Stuff Keen has in the beginning

Post by KeenRush »

Originally posted by LevelLord.

Code: Select all

#Lives Keen starts with 
%patch $8A90 $01 

#Shots Keen starts with 
%patch $8AA2 $03 

#At beginning Keen has 
%patch $8AE1 $01 #red keycard 
%patch $8AE7 $01 #green 
%patch $8AED $01 #Blue 
%patch $8AF2 $01 #Yellow 

#Cities saved at start: 
%patch $8ABF $01 #Number of cities unsaved, 01 =1st unsaved, 02= first 2 unsaved... 
%patch $8ACC $01 #Save all cities 

#All levels done 
%patch $8AFF $01
Post Reply