[Technical][NES] Mega Man 5 - Proto Man Stage Select

Started by Zynk, January 15, 2023, 03:53:45 AM

Previous topic - Next topic

Zynk

Anyone know how to change the blye parts around Protoman's portrait? I used Mega FLE X to change the palette IDs of the background.

Ness

I'm not sure what's going on here, the palette values are at 2EBA0 in the ROM: 0F202111
if I attempt to change them, my values remain correct whether it is MM's or Protoman's portrait; and the original values shouldn't be found anywhere anymore, so this looks like a glitch to me (wouldn't be the first time megaflex causes glitches, though I love the program). I'd try reverting the changes and simply change the value at 2EBA0.

However, I used a password to go to Protoman's, so perhaps the process is different if the event occurs after coming of the last robot master's stage, though I find it doubtul, but in that case I'd check the RAM map see if the values 202111 are still present and set a break point to find out where they're being called from; or alternatively just search for those values in the ROM and edit the correct one, there are only 4 instances of them in the ROM.

Zynk

#2
Quote from: Ness on January 15, 2023, 08:48:05 AMI'm not sure what's going on here, the palette values are at 2EBA0 in the ROM: 0F202111
Hi Ness, thanks for the reply.

But the palette of the stage select screen is at (MEGA MAN V)
0x2EBB0 has $0F202111,
0x2EBA0 has $00000F11

Note that I did not change the stage select screen palette.



What I did to change the background to red is by changing its attribute at 0x1F170-1F1a8


EDIT: Already solved this. Thanks.