Enter key brings up status window

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

Enter key brings up status window

Post by levellass »

This patch makes the Status Window appear using the enter key, just like in Keen Galaxy:

Code: Select all

#Enter brings up status window
%patch $44EA $E4C2W

It's a bonus patch I came across while working on other patches.
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Enter key brings up status window

Post by szemigi »

Is it possible with patch to play a sound when calling the status window? If so, could you do it?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Enter key brings up status window

Post by levellass »

Have you disabled the Boobus Bomb counter? You mentioned that you weren't using them. If so then:

Code: Select all

#Don't display Bombs -play sound instead
%patch $3D53 $B8 $0004W  $50 $9A $10BB1282RL     $44 $44 $EB $6D
EDIT: If not, this also works

Code: Select all

#Play sound when Status Window appears
%patch $3E8E  $0004W  $50 $9A $10BB1282RL
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Enter key brings up status window

Post by szemigi »

I used the second and it's perfect. Seriously, thanks!
Post Reply