Enemy shot heights

Completed patches for Keen2.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Enemy shot heights

Post by levellass »

There were already three patches for this, however I found that in 1.31 they have some serious limitations and often don't work, so I rewrote them here. If I missed the original topic, please transfer this stuff over to it.

Code: Select all

#Change shot height of Robot AND Elite
%patch $765F $09

#Change the robots shooting height ONLY
%patch $462F $00 $FC #Bigger = higher (This cannot be above $00 $00!)

#Change the elites shot height ONLY  (Can be above $00 $00)
%patch $4217  $00 $FF
Post Reply