News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

[SM] Draygon's PLMs

Started by MetroidMst, September 30, 2010, 11:05:07 PM

Previous topic - Next topic

MetroidMst

I am here to ask about the PLMs in Draygon's room that shoot those electric balls at you. What I want to know is how to change the damage they deal to Samus because, as a PLM and not an enemy, I don't have a blantantly obvious solution to my problem.

Thanks.

Scyzer

2 bytes at $86:8E66
The value is normally #$1080, but it's broken up into some other uses as well. The damage is actually just the 3 bits (#$080 in this case). The hi bit contains flags that are used during the projectile.
+1000 - Invisible (supposedly other use with Draygon)
+2000 - Disable collision with samus/projectiles
+4000 - Disable delete on collision
+8000 - Enable projectile collision detection

MetroidMst

That is exactly what I was looking for! Thanks!