Patch Clash -- combining two patches

Request patches for Keens 1-3.
Post Reply
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Patch Clash -- combining two patches

Post by levellord »

The Keep keycards patch:

# Let Keen keep keycards when exiting a level:
%patch $4F43 $90 $90 $90 $90 $90 $90 $90 $90
$90 $90 $90 $90 $90 $90 $90 $90
$90 $90 $90 $90 $90 $90 $90 $90
$90 $90 $90


And the zero shots patch:

# Set Keen's shots to zero on exiting
%patch $4F43 $31 $C0 $A3 $9E $AA $A3 $A0 $AA
$A3 $A2 $AA $A3 $A4 $AA $A3 $C8
$AA $90 $90 $90 $90 $90 $90 $90
$90 $90 $90


both patch into the same spot. This means only one may be used at a time. Is there any way to combine these patches?
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Post by KeenRush »

Hmmm, probably by patching that other to some place other in exe, and then making the code to go to that place too. But I have no skills.
User avatar
adurdin
Site Founder
Posts: 549
Joined: Fri Aug 29, 2003 11:27 pm
Location: Edinburgh, Scotland
Contact:

Post by adurdin »

But of course:

Code: Select all

# Let Keen keep keycards when exiting a level, and set his shots to zero:
%patch $4F43 $31 $C0 $A3 $C8 $AA $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 
Post Reply