Page 1 of 1

Enemy shot heights

Posted: Wed Aug 20, 2008 11:48 am
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