PATCH: Tile animation speed

Completed patches for Keen1.
Post Reply
lemm
Posts: 554
Joined: Sun Jul 05, 2009 12:32 pm

PATCH: Tile animation speed

Post by lemm »

Changes the delay from one animation frame to the next. Lower speed is faster ($07 = anemic, $00 = frenetic)

Code: Select all

%ext ck1
%version 1.31

#In Game Tile Animation Speed
%patch $7CDE $03

#Intro+Title Screen Tile Animation Speed
%patch $9080 $03

#Mysterious one that doesn't seem do to anything
%patch $15CE $07

Post Reply