Keen's shot bounces off walls.

Completed patches for Keen3.
Post Reply
Stealthy71088
Posts: 583
Joined: Thu Mar 17, 2005 11:54 pm
Location: NY

Keen's shot bounces off walls.

Post by Stealthy71088 »

I made this using Levellord's patch index.

Code: Select all

Keen's shot bounces off walls. 
%patch $7D07 $0B $4C
Keen's shot will constantly bounce off the walls until it zaps an enemy or elevator. The interesting part about this patch is that even though it uses the ball's behavior, its graphics doesn't change. This is one of a small handful of exceptions to the graphic change rule.
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

Actually, anything using the ball behaviour will use the animation it starts with, this is mentioned in the sprite patch section.

Keens shot will also bounce of ceilings with this patch. [And floors, the floor is usually closer]
Post Reply