No 'return to map?' window

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

No 'return to map?' window

Post by levellass »

Code: Select all

#Automatically restart a level when killed (No map option) IF:
%patch $6686 $xx $7D #Keen has x or less lives left
%patch $6686 $xx $7E #Keen has x or more lives left
%patch $6687 $90 $90 #Always
By default this stops the 'Try again' window appearing when Keen runs out of lives (Game over.) but it can be patched so that when Keen dies, he doesn't get to chose if he wants to go back to the map, instead, he automatically gets sent back to the level start.
Post Reply