Page 1 of 1

Enter key brings up status window

Posted: Tue Oct 15, 2019 8:16 am
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.

Re: Enter key brings up status window

Posted: Tue Oct 15, 2019 10:56 pm
by szemigi
Is it possible with patch to play a sound when calling the status window? If so, could you do it?

Re: Enter key brings up status window

Posted: Wed Oct 16, 2019 6:33 am
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

Re: Enter key brings up status window

Posted: Thu Oct 17, 2019 12:42 am
by szemigi
I used the second and it's perfect. Seriously, thanks!