Vortikid jumping issues

Request patches for Keens 1-3.
Post Reply
User avatar
Flyingmouse
Posts: 104
Joined: Wed Aug 05, 2009 8:33 pm
Location: Procrastination

Vortikid jumping issues

Post by Flyingmouse »

I need to patch the vortininja standing code to run when the vortikid jumps, but I can't find a patch for its jumping behavior...
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

The problem you have here is that the Vortikid's default behavior IS to jump, if randomly. We can change this with the following patch:

Code: Select all

#Vortikid becomes Vortninja instead of jumping:
%patch $434E $0D

Also, do we have the Vortikid jump height anywhere? This is it:

Code: Select all

#Vortikid jump height:
%patch $4350 $0190W

Also, jump frequency; which will be useful if your Vortikid is jumping too often.

Code: Select all

#Vortikid jump frequency: (Higher = LESS)
%patch $434C $D0
Post Reply