News:

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

Main Menu

Assistance required!!

Started by PHOSPHOTiDYL, January 23, 2020, 09:35:56 PM

Previous topic - Next topic

PHOSPHOTiDYL

Does anyone know how to get samus' rainbow suit while avoiding 0A76.
I got the beam gfx glowing, just not the suit...

Please help me.

mccad

not at computer right now so I can't help directly, but you could probably just set a breakpoint on 0A76 and see what's checking that ram before setting the hyper beam palette for samus, and then hijack that routine to add an additional check per your needs

PHOSPHOTiDYL

I got it, it was lda #$8000 : sta $0a4a.
Couldn't get a new heat palette working, so I was using it as a suit palette, but when active missiles were double firing.
Got it to deactivate when selecting an hud item, but I got the heat glow going as well.

Thankz for your help.