PATCH: Gargs still charge if Keen/Garg height changes

Completed patches for Keen1.
Post Reply
User avatar
CommanderSpleen
Posts: 1017
Joined: Sun Aug 31, 2003 12:11 pm
Location: The Land of Sparkly Things
Contact:

PATCH: Gargs still charge if Keen/Garg height changes

Post by CommanderSpleen »

When the height of the Garg or Keen sprite change in Keen1, Gargs sometimes cease to charge if the difference between their heights is greater than 8. This patch will rectify it.

If Keen is shorter or the Garg is taller:

Code: Select all

%ext ck1
%version 1.31

%patch $1B8B ##

%end
If the Garg is shorter or Keen is taller:

Code: Select all

%ext ck1
%version 1.31

%patch $1B8B ##
%patch 1B89 $EA

%end
(Where ## is the difference between the height of the Keen sprite and the height of the Garg sprite).

(I've rewritten this three times asking progressively less stupid questions each time--I finally discovered I'm meant to denote hexadecimal values with '$'... such as 16 [$10]... duhh. Gargs now charge!)

>Commander Spleen
Post Reply