PATCH: Vorticon grunt and vorticon elite strengths in Keen 2

Completed patches for Keen2.
Post Reply
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

PATCH: Vorticon grunt and vorticon elite strengths in Keen 2

Post by KeenRush »

Ok.

Vorticon grunt strength will be the same value you use. If you set it for example to $01 $00, it will need one hit. If $05 $00, it will need five shots.
And if you set it to $00 $00, it will be immortal.
In the patch below, vorticon grunt will need four shots.

Code: Select all

# Vorticon grunt strength in Keen 2 v. 1.31
%patch $3C22 $04 $00
Vorticon elite strength will be one number higher you set. For example, if you set $02 $00, it will need three shots, if you set $07 $00, it will need eight shots.
In this patch below, vorticon elite will need one shot.

Code: Select all

# Vorticon elite strength in Keen 2 v. 1.31
%patch $3CE6 $00 $00
Enjoy!
Post Reply