Keen Speed and Height Patches

Completed patches for Keen6.
Post Reply
Mink
Posts: 192
Joined: Sat Nov 03, 2007 4:08 pm
Location: Providence, RI, US

Keen Speed and Height Patches

Post by Mink »

Well, it's been quite a while since my last patch post (due to computer trouble), but I am finally able to do more. Here are some patches that are related to the way Keen moves.

Code: Select all

#KEEN RUNNING SPEEDS

%patch $31C48 $18 $00 #1
%patch $31C66 $18 $00 #2
%patch $31C84 $18 $00 #3
%patch $31CA2 $18 $00 #4


#KEEN AND POLES

# Keen climbing up poles speed
%patch $31AC4 $08 $00 #1
%patch $31AE2 $08 $00 #2
%patch $31B00 $08 $00 #3

# Keen sliding down poles speed
%patch $31B1E $18 $00 #1
%patch $31B3C $18 $00 #2
%patch $31B5A $18 $00 #3
%patch $31B78 $18 $00 #4

# Keen's jump height when jumping off of a pole
%patch $B8AC  $EC $FF

# How 'extra' fast Keen drops when falling off a pole
%patch $BA92  $00 $00

# Keen's speed when he turns around on a pole (Still by default)
%patch $B953  $00 $00


#KEEN JUMPING AND POGOING

# The height of Keen's initial pogo jump
%patch $B6D4  $D0 $FF

# Height of Keen's other pogo jumps
%patch $C9A7  $D0 $FF

# Pogo Keen's speed when he hits a ceiling (Pause, then fall)
%patch $C5D3  $00 $00

# How 'extra' fast Keen falls with 'no clipping' cheat
%patch $C3C4  $00 $00

# How 'extra' fast Keen falls when he walks of an edge
%patch $C481  $00 $00

# Keen's jump height
%patch $AD06  $D8 $FF

# Keen's jump-while-walking height
%patch $B10B  $D8 $FF

#Jump cheat height (Both when Keen jumps off ground, and in the air.)
%patch $B574  $D8 $FF

# How fast Keen moves when he jumps and hits a ceiling (Pause then fall)
%patch $C5D3  $00 $00

# Keen pogoes the same height in medium and hard as in easy
%patch $B760  $90 $90

# Keen pogoes the same height in easy and medium as in easy
%patch $B760  $EB


#DEAD KEEN

# Dead Keen bounce height
%patch $BE61  $D8 $FF

# Dead Keen horizontal speed
%patch $BE66  $10 $00


#KEEN'S BULLETS

# Speed left/right 1
%patch $3227A $40 $00

# Speed up/down 1
%patch $3227C $40 $00

# Speed left/right 2
%patch $32298 $40 $00

#Speed up/down 2
%patch $3229A $40 $00

# Speed left/right 3
%patch $322B6 $40 $00

# Speed up/down 3
%patch $322B8 $40 $00

# Speed left/right 4
%patch $322D4 $40 $00

#Speed up/down 4
%patch $322D6 $40 $00
I'm pretty sure that all of these work fine, but if they don't, please tell me so that I can fix them.
User avatar
ckguy
Posts: 465
Joined: Tue Oct 14, 2003 11:20 am
Location: Wakefield, RI, US
Contact:

Post by ckguy »

LL(a), it's time to dust off the patch index!

(And while you're at it, update the 'latest changes' file. What a lazybug.)
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

I'll do it, LLa is moving house with her new husband.

*Tut tuts*

Indeed, this needs a total revamp!
Post Reply