Eliminating cheat keys

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

Eliminating cheat keys

Post by levellass »

Each one of these lines will eliminate the need to press a key for the Keen cheats; eliminating all 3 keys means every time you push a button, a cheat is activated. (Not a smart thing to do.)

Code: Select all

#CTSpace
%patch $11F3 $90 $90 $90 $90 $90 $90 $90
%patch $11FA $90 $90 $90 $90 $90 $90 $90
#%patch $1201 $90 $90 $90 $90 $90 $90 $90

#God
%patch $120B $90 $90 $90 $90 $90 $90 $90
%patch $1212 $90 $90 $90 $90 $90 $90 $90
%patch $1219 $90 $90 $90 $90 $90 $90 $90

I know this has probbably already been posted, but enjoy anyway!
Post Reply