Problem with Garg spawning patches

Request patches for Keens 1-3.
Post Reply
Stealthy71088
Posts: 583
Joined: Thu Mar 17, 2005 11:54 pm
Location: NY

Problem with Garg spawning patches

Post by Stealthy71088 »

I'm trying to get the garg sprite to just sit there until it sees keen, and then die and spawn a garg and yorp, or just spawn a garg and yorp. (I don't really care if it has to die to do so or not.) I've been playing around with these patches trying to get it to work.

Code: Select all

%patch $187F $90 #Garg also spawns yorp 

#Gargs don't move until they see Keen, then they charge 
%patch $1BA6 $00 

%patch $1BCA $51 $1B #Garg walks toward Keen and turns when hitting walls if just after Garg searching, will charge Keen if seen [After Garg seaching] ->set to spawn Garg.

%patch $1876 $CE $1B #Create shot Garg [Used by Garg]

%patch $1876 $51 $1B #create a Garg when garg is shot.

%patch $1BE5 $2A $00 #Dead sprite [Shot Garg]
The third line is the most problematic. I'm able to get the Garg to stay put, and I'm able to get it to spawn a yorp, but I can't get it to spawn a yorp and itself at death. When the I have the garg set to wait for keen, it refuses to die or spawn a sprite when it sees keen.


Could someone help me with this?
Post Reply