Mar 24, 2010 at 11:09 PM
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Pronouns: he/him
VoidMage_Lowell said:Hey, er, does anyone know what needs to be changed to prevent missiles from dropping?
I know the call for dropping EXP, but I don't know about the one for missiles...
{The question's been asked a few times before, too, but never really answered...}
Well, I think it goes if a certain flag is on, so you could search for a command block
PUSH (flag #, hex)
CALL 0040E930
ADD ESP,4
And that'll most likely be it. That call's to check if a flag is set. From there, you could nop some stuff, or perhaps change the flag # so you could turn it on or off at will.
Or I could be wrong, you never know. I'd take a look myself but I don't know the flag off the top of my head and I'm feeling too lazy to look it up.