You didn't make it past text moving

Request patches for Keens 4-6.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

You didn't make it past text moving

Post by szemigi »

Well, here it is:

Code: Select all

%patch $664D  $0008W #Window height
%patch $6651  $0014W #Window width
%patch $6662  $02A3W #Text called from
%patch $305E3 "You didn't make it past" $00
%patch $6697  $02BBW #Text called from
%patch $305FB "Try Again" $00
%patch $66B1  $2C5W #Text called from
%patch $30605 "Exit to Armageddon" $00
My request is: Can you move the text "Exit to Armageddon"? As I want "Exit to Chungella IV", which contains more letters than Armageddon. Hope it's possible.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: You didn't make it past text moving

Post by levellass »

Code: Select all

#Move return text:
%patch $66B1  $32A2W
%patch $335E2 "Exit to Chungella IV" $00
Post Reply